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

Android installation failed #9

Closed cinemanja closed 3 years ago

cinemanja commented 3 years ago

After I installed package tried to run it on Android but got this error:

Execution failed for task ':react-native-animateable-text:compileDebugJavaWithJavac'.

Versions:

"react-native": "0.63.4",
"react-native-animateable-text": "^0.6.0",
"react-native-reanimated": "^1.13.2",
JonnyBurger commented 3 years ago

Sounds like a version mismatch, 0.6.0 only supports RN >= 0.64, see this comment or the README: https://github.com/axelra-ag/react-native-animateable-text/issues/8#issuecomment-784922047

cinemanja commented 3 years ago

It was. My mistake, closing the issue.