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: replace ReadableNativeMap with MapBuffer to run on rn 0.75 #53

Closed mzaien closed 1 week ago

mzaien commented 2 weeks ago

Fixing android issue that occured in RN 0.75

From my understanding with the latest release of react native ReadableNativeMap was replaced with MapBuffer I used the current implementation of textManager to update to the new type, I did a patch for this fix on my own project to test the android build and things worked

JonnyBurger commented 1 week ago

Thanks! Released 🚀

mzaien commented 1 week ago

Thanks! Released 🚀

Any time 🙏