We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Router {...DefaultProps.RouterProps} >
<Scene key="tabbar" tabs={true} showLabel={true} hideNavBar={true} tabBarPosition="bottom" {...DefaultProps.tabProps} > <Stack key="one"> <Scene key="one" component={oneComponent} title="one" icon={() => <Icon name="basket" {...DefaultProps.icons} />}/> </Stack> <Stack key="two" title="two"> <Scene key="two" component={twoComponent} title="two" icon={() => <Icon name="list-box" {...DefaultProps.icons} />}/> <Scene back key="two_1" component={twoSubComponent1} icon={() => <Icon name="list-box" {...DefaultProps.icons} />}/> <Scene back key="two_2" component={twoSubComponent2} icon={() => <Icon name="list-box" {...DefaultProps.icons} />}/> </Stack> </Scene> </Router>
The text was updated successfully, but these errors were encountered:
See here #717
Sorry, something went wrong.
#717 seems to be unresolved. Non of the workarounds described there worked for me
Please check 4.0.0-beta.41 and Example with backToInitial prop
backToInitial
No branches or pull requests
Version
Code
<Router {...DefaultProps.RouterProps} >
The text was updated successfully, but these errors were encountered: