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
sent someone to save me.
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
Most helpful comment
Is this (following code snippet) you want?