axelra-ag / react-native-animateable-text

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

Error when running with 0.68 #29

Closed radko93 closed 2 years ago

radko93 commented 2 years ago

Seems like DeprecatedTextPropTypes were removed in RN 0.68.

Stacktrace:

Error: Unable to resolve module react-native/Libraries/DeprecatedPropTypes/DeprecatedTextPropTypes from /Users/.../node_modules/react-native-animateable-text/src/AnimateableText.tsx: react-native/Libraries/DeprecatedPropTypes/DeprecatedTextPropTypes could not be found within the project or in these directories:
  node_modules/react-native-animateable-text/node_modules
Mohamed-kassim commented 2 years ago

@JonnyBurger I have the same bug with react-native 0.67.4 after upgrading the package to version 10 revert to version 0.9.1 I checked the pr and found it's not backward compatible, updating the readme to have this would be good.

JonnyBurger commented 2 years ago

@Mohamed-kassim The README is already saying that for 0.67 you should use 0.9.1