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 support for RN 0.65.1 #17

Closed demianp closed 3 years ago

demianp commented 3 years ago

In 0.65.1 there is an error.


JBTextViewManager.java:96: error: cannot find symbol
    ReadableNativeMap state = stateWrapper.getState();

I guess you should start using getStateData instead of getState.

JonnyBurger commented 3 years ago

Thanks for filing. We are in the process of upgrading our apps and will update this library as well as we do it.

hmust92 commented 3 years ago

Thanks for filing. We are in the process of upgrading our apps and will update this library as well as we do it.

Thanks for responding to the issue! Do you have any idea when you will be able to do so?

JonnyBurger commented 3 years ago

The RN65 upgrade is not super straight forward, it could take a few weeks. Community contribution is also appreciated.

JonnyBurger commented 3 years ago

v0.7.0 is now out and it works well for us!