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

Can't get up and running on iOS Simulator.

xpol opened this issue · comments

commented

Clone project follow the doc, fail to build.
Then upgrade react-native to 0.56.0, it builds, but fail to run, the app crash at startup.
Then upgrade all to latest with yarn upgrade --latest, same as above.

Hi @xpol,

What version of NPM (yarn?) and Node are you running?

Also, after you clone, what is the message you get when you fail to build?

Are you building with react-native run-ios --configuration Release or just react-native run-ios ?

Cheers!

Hi @xpol,

I've updated some dependencies and verified that the app works on my simulator. I'm running node 8.9.4 and npm 5.6.0

Give the following another shot, I'm hopeful you'll have better restuls

git clone https://github.com/bberak/react-native-game-engine-handbook.git

cd react-native-game-engine-handbook

npm install

react-native link

react-native run-ios --configuration Release

Feel free to reopen this issue if you're still having problems.

Cheers

commented