expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

Navigator does not exists #261

Open vonovak opened 8 years ago

vonovak commented 8 years ago

This error message shows up in chrome when debugging, but it actually doesn't have any noticeable effect, ie. the navigation works. Maybe it happens when a navigator is a root navigator (has no parent)?

screen shot 2016-11-18 at 3 51 40 pm

temitope commented 7 years ago

I am seeing the same behavior, as I set the debugger in chrome to pause on exceptions...which is not usable with this behavior. is there a formality/standard we are missing in implementing the navigator that would resolve this exception? @vonovak