Skip to content

Navigation bar disappeared #255

@paulxtiseo

Description

@paulxtiseo

I recently upgraded my modules on an app I am building, and I can't display a navbar on one container where I was able to before. Here's the routes:

<Router name="root">
  <Route 
    name="launch"
    component={Launch} 
    initial={true}
    hideNavBar={true}
    sceneConfig={Navigator.SceneConfigs.FloatFromLeft}/>
  <Route 
    name="activityFeed" 
    component={ActivityFeed}
    title="Activity Feed"
    hideNavBar={false}
    sceneConfig={Navigator.SceneConfigs.FloatFromLeft}/>
</Router>

The activity feed scene is not displaying the navbar at all. Before the upgrade, it did. (I upgrade today from v2.2.4 to current.)

Any ideas on where to start looking?

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