I have created one react native app and successfully run in simulator. But it is crashing at launch time in device.
crash log added below. please check it out and help
Module AppRegistry is not a registered callable module (calling runApplication) *** Terminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: undefined is not an object (evaluating 'u.View.propTypes.style')', reason: 'Unhandled JS Exception: undefined is not an object (evaluating 'u.View.prop..., stack:
react-native run-android
? – Hamed Keshavarz Mreact
has been deprecated inReact 16
, I would check all the libraries you're using in yourpackage.json
for any issues on their github pages. – MattyK14