t4t5/react-native-router

Broken with react-native 0.4

cloudify opened this issue · 1 comments

Hi, first of all thanks for your contribution! I just upgraded my app to react 0.4 and after some investigation I realized that just after I run npm install react-native-router --save and the packager updates the modules, a react 0.4 app stops working (no error but shows a blank screen). As soon as I remove the package (rm -rf node_modules/react-native-router), the app keeps working again.

I suspect there's something in the module that breaks the new packager.

Actually, I just realized that the problem is caused by react-native-navbar, not by your module!