-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Version
Tell us which versions you are using:
- react-native-router-flux v3.38.0
- react-native v0.42.0
Following are my scenes
<Scene key="tabbar" tabs={true}>
<Scene key="tab1" title="Tab 1" icon={TabIcon}>
<Scene key="recommendations" component={RecommendationsScene} title="Reccomendations" />
</Scene>
<Scene key="tab2" title="Tab 2" icon={TabIcon}>
<Scene key="graph" component={GraphScene} title="Graph" />
</Scene>
<Scene key="tab3" title="Tab 3" icon={TabIcon}>
<Scene key="editMetric" component={EditMetricScene} title="Edit Metric" />
</Scene>
</Scene>
The tab screen shows everything but when I switch between tabs, the Back button disappears.
It seems the Nav Bar is getting completely refreshed when switching tabs.
nao-de and ohaibbq
Metadata
Metadata
Assignees
Labels
No labels