bberak / react-native-game-engine-handbook

A React Native app showcasing some examples using react-native-game-engine 🐒✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDK 33 is not supported anymore

BorisB opened this issue · comments

Can you please update app to support actual SDK?

Hi @BorisB,

I'll try update the app to use the latest version of Expo SDK today or tomorrow..

Hi @BorisB,

I've just updated the app to work with the latest version of Expo. Upgrade steps:

cd react-native-game-engine-handbook
rm -rf node_modules
git pull
npm install -g expo-cli
npm install
npm run start
# You might also need to update the Expo client on your devices

If it helps, I'm running the following versions:

node -v: v12.13.0
npm -v: 6.12.0
expo --version: 3.21.13

Let me know how that goes, cheers!

Same problem exists now for deprecation of SDK 38, update to v39 is required

Thanks for the heads-up @rafaelmaeuer - I'll upgrade it now..

Okay @rafaelmaeuer, should be updated now, cheers!