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

fix: update React import for Expo 44 #28

Closed radko93 closed 2 years ago

radko93 commented 2 years ago

This updates the import style for React Native headers so it can be used with Expo 44. Any project will SDK 44 will fail to build without this change. Related: https://github.com/expo/expo/issues/15622#issuecomment-997141629

radko93 commented 2 years ago

@JonnyBurger would you be able to get that in?

JonnyBurger commented 2 years ago

Thanks!