We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the https://facebook.github.io/react-native/docs/getting-started.html#content:
Creating and initing the app (with '$ npm install -g react-native-cli' , then '$ react-native init Canine) seems to work fine.
But then opening the unmodified app in xcode and running results in red screen (see attached screenshot and xcode log).
Same error happens when building it from commandline (with 'react-native run-android').
Last time I started a new app (then using 0.17), this crash did not happen.
Node version is 5.3.0, xcode version is 7.2
xcodelog.txt
The text was updated successfully, but these errors were encountered:
Have you tried to upgrade your native part? Try to run
$ react-native upgrade
Sorry, something went wrong.
Tried that, get same error.
Have you tried to reset a packager cache after upgrade?
$ ./node_modules/react-native/packager/packager.sh start --reset-cache
That seems to have done the trick, app now shows the default 'welcome...' index,js just as it should! Thanks!
You're always welcome 👍
No branches or pull requests
Following the https://facebook.github.io/react-native/docs/getting-started.html#content:
Creating and initing the app (with '$ npm install -g react-native-cli' , then '$ react-native init Canine) seems to work fine.
But then opening the unmodified app in xcode and running results in red screen (see attached screenshot and xcode log).
Same error happens when building it from commandline (with 'react-native run-android').
Last time I started a new app (then using 0.17), this crash did not happen.
Node version is 5.3.0, xcode version is 7.2
xcodelog.txt
The text was updated successfully, but these errors were encountered: