t4t5 / react-native-router

Awesome navigation for your React Native app.
MIT License
1.17k stars 155 forks source link

BROKEN! White Screen #64

Open ghost opened 9 years ago

ghost commented 9 years ago

If I import this module i just get a white screen, until I remove it I can not see my app anymore. No good, don't use unless using old version of react native.

oknixus commented 9 years ago

me too

FaridSafi commented 9 years ago

same for me

Error: Invariant Violation: ReactUpdates: must inject a reconcile transaction class and batching strategy

ghost commented 9 years ago

Removing react_native from the node_modules of the react-native-router fixed the issue

seand88 commented 9 years ago

same issue for me...

fedosov commented 9 years ago

Same here.

alexklibisz commented 9 years ago

I have the same issue using android emulator. Get a red screen with "Unable to download JS bundle. Did you forget to start the development server or connect your device?" immediately after installing the module. When I uninstall it, all works well again.