Skip to content

Commit d6429ed

Browse files
lucoaksonov
authored andcommitted
Update swipeEnabled and Etc. (#2168)
* Update swipeEnabled * Update API.md * Update API.md
1 parent d7a2aea commit d6429ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
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 |

0 commit comments

Comments
 (0)