You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected to see tabbar with and Icon and Text below it with the possibility of tapping on it, so the selected will be highlighted
Actual behaviour
Actually see Tabbar with an Icon and Text below it with Scene's keyname on the background of Tabbar item with the possibility of tapping on it, but instead of TabIcon, Scene's keyname is highlighted
Steps to reproduce
I faced the problem with this code: <Router sceneStyle={{ backgroundColor: 'white' }}> <Scene key="root" hideNavBar> <Scene key="Tabbar" hideNavBar tabs default='Main' tabBarStyle={{height:50}}> <Scene hideNavBar key="Main" component={MainSceneContainer} icon={TabIcon} iconName="user" title="Main page"/> </Scene> </Scene> </Router>
There is a picture, so you can understand what it mean:
The text was updated successfully, but these errors were encountered:
Version
Expected behaviour
Expected to see tabbar with and Icon and Text below it with the possibility of tapping on it, so the selected will be highlighted
Actual behaviour
Actually see Tabbar with an Icon and Text below it with Scene's keyname on the background of Tabbar item with the possibility of tapping on it, but instead of TabIcon, Scene's keyname is highlighted
Steps to reproduce
I faced the problem with this code:
<Router sceneStyle={{ backgroundColor: 'white' }}> <Scene key="root" hideNavBar> <Scene key="Tabbar" hideNavBar tabs default='Main' tabBarStyle={{height:50}}> <Scene hideNavBar key="Main" component={MainSceneContainer} icon={TabIcon} iconName="user" title="Main page"/> </Scene> </Scene> </Router>
There is a picture, so you can understand what it mean:
The text was updated successfully, but these errors were encountered: