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

RN 0.69 #36

Closed Francesco-Voto closed 2 years ago

Francesco-Voto commented 2 years ago

Hello!

Any plan to release a version for RN 0.69?

chrispader commented 2 years ago

Also having trouble using this library with RN 69. Seems, that it throws some low level non-std C++ exception's

chrispader commented 2 years ago

Will investigate this tomorrow morning and maybe open a PR...

JonnyBurger commented 2 years ago

Since my focus has shifted away from RN, I am reliant on a PR :) Will merge and release it though if somebody can help

radko93 commented 2 years ago

I'm using the library with 0.69 now and not facing issues, but I'm happy to review and merge any fixes. Or at least if you can provide any reproduction that it might help.

sallar commented 2 years ago

I got it fixed by changing the Kotlin version in node_modules. I'll create a patch-package diff at some point...

chrispader commented 2 years ago

Also having trouble using this library with RN 69. Seems, that it throws some low level non-std C++ exception's

I did some investigation and for me the problem was not with react-native-animateable-text library, but with another native module, that i used in combination with this library. So no issues for me anymore

chrispader commented 2 years ago

Also no problems in RN 0.70 btw...

chrispader commented 2 years ago

Hello!

Any plan to release a version for RN 0.69?

@Francesco-Voto do you still have issues? If so, could you provide some reproduction, maybe i can help

Francesco-Voto commented 2 years ago

@chrispader thanks for checking. At the moment I have no time to check again, so we can close the issue