React Native crashes after upgrade to version 0.56. Possible Babel issue?
Try to update the version forbabel-preset-react-native
in your package.json like so:
"babel-preset-react-native": "^5"
.
According the babel-preset-react-native entry on npmjs.org, it is obsolete. metro-react-native-babel-preset is the replacement.