F8app: Application F8v2 has not been registered.

Created on 19 Apr 2016  Â·  2Comments  Â·  Source: fbsamples/f8app

2016-04-19 13:05:03.287 [fatal][tid:com.facebook.React.RCTExceptionsManagerQueue] Unhandled JS Exception: Application F8v2 has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent.

image

Most helpful comment

Are you sure your packager is started from the correct folder? Try this:

$ killall node
$ react-native run-ios
$ npm start

All 2 comments

Are you sure your packager is started from the correct folder? Try this:

$ killall node
$ react-native run-ios
$ npm start

check your AppRegistry.registerComponent("moduleName",()=>App); "moduleName" is same with rootView.startReactApplication(reactInstanceManager,’moduleName’,null)!if not same,modify it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xareelee picture xareelee  Â·  4Comments

SanlinBlackball picture SanlinBlackball  Â·  5Comments

kittBoy picture kittBoy  Â·  6Comments

fenglu09 picture fenglu09  Â·  5Comments

etamity picture etamity  Â·  4Comments