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
Tell us which versions you are using:
I need to display four customer tabbar at the bottom of the view container
tabbar are on the top and I don't know how to customization tab icon
The text was updated successfully, but these errors were encountered:
sent someone to save me.
Sorry, something went wrong.
Is this (following code snippet) you want?
<Scene tabs lazy showIcon key="tabs" showLabel={false} tabBarPosition="bottom" iconStyle={styles.iconStyle} tabBarStyle={styles.tabBarStyle} indicatorStyle={styles.indicatorStyle} > <Scene initial key="home" title="Home" icon={HomeIcon} component={Home}> <Scene initial key="settings" title="Settings" icon={SettingsIcon} component={Settings}> </Scene>
man,your code works for me,You did help me out
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
I need to display four customer tabbar at the bottom of the view container
Actual behaviour
tabbar are on the top and I don't know how to customization tab icon
The text was updated successfully, but these errors were encountered: