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
362 stars 27 forks source link

Fix crash on ios when foregrounding app on device #3

Closed owinter86 closed 3 years ago

owinter86 commented 3 years ago

This additional check will fix the crash when going from background to foreground when running on device (does not happen when using simulator)

JonnyBurger commented 3 years ago

Oh yes! I saw that as well but didn't have time yet! Thank you so much 🥳