File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3030| ` tabBarPosition ` | ` string ` | | Specifies tabbar position. Defaults to ` bottom ` on iOS and ` top ` on Android. |
3131| ` activeTintColor ` | ` string ` | | Specifies the active tint color for tabbar icons |
3232| ` tabBarComponent ` | ` React.Component ` | | React component to render custom tab bar |
33+ | ` swipeEnabled ` | ` boolean ` | ` true ` | Enable or disable swiping tabs. |
34+ | ` animationEnabled ` | ` boolean ` | ` true ` | Enable or disable animating tabs on switch. |
3335| ` showLabel ` | ` boolean ` | ` true ` | Boolean to show or not the tabbar icons labels |
3436| ` drawer ` | ` boolean ` | ` false ` | load child scenes inside [ DrawerNavigator] ( https://reactnavigation.org/docs/navigators/drawer ) |
3537| ` drawerImage ` | ` Image ` | | Image to substitute drawer 'hamburger' icon, you have to set it together with ` drawer ` prop |
You can’t perform that action at this time.
0 commit comments