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

0.7.0 fails on RN 0.64 #19

Closed radko93 closed 3 years ago

radko93 commented 3 years ago

After updating to 0.7.0 android build fails with following error on RN 0.64:

JBTextViewManager.java:96: error: cannot find symbol
    ReadableNativeMap state = stateWrapper.getStateData();
JonnyBurger commented 3 years ago

This is expected, the new version is for RN 0.65. See the README for a compatibility table. According to semver, an upgrade from 0.6.0 to 0.7.0 is a breaking change.

So you need to upgrade to RN65 or stay at ^0.6.0.