jadnco / locus

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

Persist TopBar across views #26

Open jadnco opened 8 years ago

jadnco commented 8 years ago

The TopBar component is used in almost every single view. After looking through the Navigator docs, I realized that there is a property that can persist this component across transitions.

The TopBar should be re-implemented using that feature.

http://facebook.github.io/react-native/docs/navigator.html

jadnco commented 8 years ago

Also, TopBar should be re-named to NavigationBar.

jadnco commented 8 years ago

More thoughts on this: