coinjar / react-native-wagmi-charts

A sweet & simple chart library for React Native that will make us feel like We're All Gonna Make It.
MIT License
588 stars 116 forks source link

Chore: Compatibility of RN 0.74 and Expo SDK 51 #173

Closed alantoa closed 6 months ago

alantoa commented 6 months ago

Why

During our project upgrade to expo sdk 51 and RN 0.74, i noticed that this lib some types are outdated with Reanimated and RN. This PR is compatible with the latest versions of Expo and RN.

How

Test

I have tested the web and iOS app, and they all work well.

https://github.com/coinjar/react-native-wagmi-charts/assets/37520667/deafa421-1070-4ed3-9f3e-52f242e59927

Let me know if you guys have any questions about this PR!

nandorojo commented 6 months ago

Looks good to me.

honeybadger26 commented 6 months ago

Nicely done! Thanks @alantoa

alantoa commented 6 months ago

Hey @honeybadger26, could you please release it on npm? I noticed that it's available on GitHub but not on npm...

CleanShot 2024-05-21 at 21 23 27@2x

honeybadger26 commented 6 months ago

Hi @alantoa. There were a few TypeScript errors that prevented the build (and publish) of the package. I aim to fix those and get a release out as soon as I can.

honeybadger26 commented 6 months ago

@alantoa v2.5.1 has been released to npm :)

alantoa commented 6 months ago

@honeybadger26 thank you! 🙏