Doko-Demo-Doa / react-native-shake

React Native shake event detector
MIT License
261 stars 64 forks source link

Update serveral package versions for better compatibility #63

Closed JustJoostNL closed 5 months ago

JustJoostNL commented 5 months ago

Hey,

I updated the react-native package because the old version uses an old version of the Metro bundler, which isn't compatible in newer projects. I also removed the @types/react-native package because it was deprecated, and react-native now comes with types included. To conclude with, I also updated the metro babel preset package version to ensure it's compatible with the updated react-native version.

Doko-Demo-Doa commented 5 months ago

Thank you. Merged. Will be available in new release shortly.