jadnco / locus

🏎️ Experimental car spotting app. This was an exercise to help me learn React Native + Flow.
0 stars 0 forks source link

Setup navigator to work with nested routes #9

Open jadnco opened 8 years ago

jadnco commented 8 years ago

I ran into this issue after replacing SpotGrid with a List of Spot components in ProfileView. What happens, is essentially, an infinite loop of routes.

Eg:

Some ideas to how this can be resolved: