I want to create next structure for my app settings screen header:
|<- Settings |
|-----------------|
| Tab 1 | Tab 2 |
|-----------------|
| |
| Active tab |
| content |
| |
| |
I tried to do that:
<Provider store={store}>
<RouterWithRedux>
<Scene key="root">
<Scene key="landing" component={Landing} title="Landing" initial={true} />
<Scene tabs key="rootTabBar" back wrap={false} title="Settings">
<Scene key="home" component={Home} title="Home" icon={TabIcon} initial />
<Scene key="search" component={Search} title="Search" icon={TabIcon} />
</Scene>
</Scene>
</RouterWithRedux>
</Provider>
but I get not what I expected, on attached screen is wrong tabs names