-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
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
Labels
No labels