Skip to content

navigationBarStyle in Route doesn't work #274

@vtambourine

Description

@vtambourine

For some reason I am unable to override scene NavBar style with navigationBarStyle option, as it stated in docs.

My component structure is following:

<Router ... navigationBarStyle={styles.bar}>
   <Route name='onboarding' ... navigationBarStyle={styles.bar2} />
</Router>

I expect the Onboarding page will have custom NavBar color, but it doesn't.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions