bberak / react-native-game-engine-handbook

A React Native app showcasing some examples using react-native-game-engine 🐒✨
MIT License
598 stars 85 forks source link

Upgrade to expo 46 #40

Closed matthops closed 2 years ago

matthops commented 2 years ago

As far as I could tell, the only changes needed were:
1) Wrap the entire app in GestureHandlerRootView as part of changes in Expo 44 and 2) With the move above react-native-reanimated 2.5.x, the package's plugin needed to be added to the babel config file.

Let me know if you need more info or think I might be missing anything!

bberak commented 2 years ago

This is fantastic @matthops - thank you 🙏