Closed kulicuu closed 8 years ago
Please refer to the release notes on upgrading - https://github.com/facebook/react-native/releases/tag/v0.29.0
thanks !
I just upgraded to v0.30 and I'm getting the same error. Running react-native upgrade
and permitting the cued file overwrites, then restarting react-native start
and react-native run-android
no longer gives those errors on the build but the app crashes immediately in the emulator with the message "Unfortunately, has stopped."
How you did you solved it on v0.29 @kulicuu ?
Super fresh install with
react-native init <name>
, works. This with version 0.28. Then with upgrade in package.json to 0.29.0-rc.0 (and React 15.2.0-rc.1 which works with the RN v0.28) andreact-native run-android
crashes immediately in the emulator.(already React v15.2.0-rc.1 working with RN v0.28; so the only thing I need to do to switch from working app to immediate crash is change package.json entry version for RN to 0.29.0-rc.0)
Terminal output on the
react-native run-android
command:adb logcat [...]
gives nothing.This part of the issue can be repaired by running has stopped." Still no log output.
react-native upgrade
and permitting the cued file overwrites, then restartingreact-native start
andreact-native run-android
no longer gives those errors on the build but the app crashes immediately in the emulator with the message "Unfortunately,