axelra-ag / react-native-animateable-text

🆎 A fork of React Native's <Text/> component that supports Animated Values!
https://www.npmjs.com/package/react-native-animateable-text
MIT License
360 stars 27 forks source link

No nullthrows dependency listed #23

Closed likern closed 2 years ago

likern commented 2 years ago

This package requires nullthrows package, but doesn't list it as a direct package dependency in package.json.

https://github.com/axelra-ag/react-native-animateable-text/blob/def279e53bf0fe4f4c88a01a3d64ac5efae43953/src/AnimateableText.tsx#L18

I think that's a reason my expo start fails.

JonnyBurger commented 2 years ago

Thanks, published v0.8.1! Could you try again?

likern commented 2 years ago

@JonnyBurger It works, thanks.