Skip to content

Commit

Permalink
Update swipeEnabled and Etc. (#2168)
Browse files Browse the repository at this point in the history
* Update swipeEnabled

* Update API.md

* Update API.md
  • Loading branch information
luco authored and aksonov committed Aug 2, 2017
1 parent d7a2aea commit d6429ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
| `tabBarPosition`     | `string` | | Specifies tabbar position. Defaults to `bottom` on iOS and `top` on Android. |
| `activeTintColor`     | `string` | | Specifies the active tint color for tabbar icons |
| `tabBarComponent` | `React.Component` | | React component to render custom tab bar |
| `swipeEnabled`     | `boolean` | `true` | Enable or disable swiping tabs. |
| `animationEnabled`     | `boolean` | `true` | Enable or disable animating tabs on switch. |
| `showLabel`     | `boolean` | `true` | Boolean to show or not the tabbar icons labels |
| `drawer`     | `boolean` | `false` | load child scenes inside [DrawerNavigator](https://reactnavigation.org/docs/navigators/drawer) |
| `drawerImage` | `Image` | | Image to substitute drawer 'hamburger' icon, you have to set it together with `drawer` prop |
Expand Down

0 comments on commit d6429ed

Please sign in to comment.