I am having an issue with my app stopping at the splash screen after upgrading to handle newer devices. I'm running the following.
"react": "^16.2.0",
"react-native": "^0.51.0",
There is no error in the packager but in xCode I see the following
Unhandled JS Exception: Module AppRegistry is not a registered
callable module (calling runApplication)
and
[tid:com.facebook.react.ExceptionsManagerQueue] Unhandled JS
Exception: undefined is not an object (evaluating '_react2.PropTypes.oneOf')
Any help tracking down either of these errors would be appreciated.