bosung90 / react-native-router-flux-example

Boilerplate code for React Native Router Flux and Redux
MIT License
24 stars 4 forks source link

Unhandled JS Exception: Application RNRFTutorial has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent. #2

Open lucqui opened 7 years ago

lucqui commented 7 years ago

I'm getting this error when trying to run iOS 10 on iPhone 7.

bosung90 commented 7 years ago

Either you need to restart React Packager (because your react packager is for some other project) or you need to ensure you put correct AppName string in index.ios.js (in your case it should be 'RNRFTutorial')