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
I want to have only one NavBar above Tabs, how can I achieve this?
<Scene tabs key="home" title="Home" tabBarPosition={"bottom"} type={ActionConst.REPLACE} tabBarStyle={styles.tabBarStyle} activeBackgroundColor="#ddd" > <Scene key="Title1" title="Title1" tabBarLabel="Title1" component={Profile} icon={TabIcon} /> <Scene title="Title2" tabBarLabel="Title2" key="Title2" component={Profile} icon={TabIcon} /> <Scene key="Title3" title="Title3" tabBarLabel="Title3" component={Profile} icon={TabIcon} hideNavBar /> </Scene>
The text was updated successfully, but these errors were encountered:
The new version does not seem to support the icon property
Sorry, something went wrong.
working in my case, just add showIcon in the parent scene, Home in my case.
@shukerullah Could you clarify? Could you check Example project, its tab bar has only one nav bar.
I want to have only one nav bar for all tab, is that possible?
Yes, check Example project
No branches or pull requests
Version
I want to have only one NavBar above Tabs, how can I achieve this?
Here is my code
Screenshot
The text was updated successfully, but these errors were encountered: