jadnco / locus

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

Don't push views with direct properties #34

Open jadnco opened 8 years ago

jadnco commented 8 years ago

When pushing new views, properties are currently sent alongside the route component. This should be changed to a passProps property.

ie.

push({ component: Profile, passProps: { data: data.spotter } });