wix-playground / react-native-navigation-v1-v2-adapter

React Native Navigation v1 to v2 adapter
MIT License
49 stars 17 forks source link

I get a black screen when using this #18

Closed eladgel closed 5 years ago

eladgel commented 5 years ago

followed the instructions and tried implementing this with the v1 example project, which was working fine prior. Now as you can see below I get a black screen :/ I've tested this on rn 57.1

image

WwaLlasS commented 5 years ago

Be sure to change the import of "react-native-navigation" to "react-native-navigation-v1-v2-adapter"

eladgel commented 5 years ago

Problem was with the RNN version 2.0.555 works!