react-navigation / rfcs

RFCs for changes to React Navigation
Other
88 stars 16 forks source link

StatusBar in navigationOptions #59

Closed brentvatne closed 6 years ago

ericvicenti commented 6 years ago

Looks great!

My only concern is, what about people who already use <StatusBar/> in their apps? Will our new behavior potentially conflict with that usage?

brentvatne commented 6 years ago

yeah good point, we don't have a good way to know upfront if people will ever use this in their app. so maybe we should make it manual opt-in (not sure where exactly, maybe a config option on root navigator?) until v3 when it becomes default