-
Notifications
You must be signed in to change notification settings - Fork 185
Description
I created an empty react-native project.
I followed these steps.
$ npm install nodejs-mobile-react-native --save
For iOS, run pod install for linking the native code parts:
$ cd iOS && pod install
and when i run my project i get the following errors
ERROR TypeError: Super expression must either be null or a function
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
