Skip to content

Commit 0de6440

Browse files
authored
document Tabs animationEnabled property documentation
As found here: https://reactnavigation.org/docs/navigators/tab#TabNavigatorConfig
1 parent 3de2b72 commit 0de6440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/API.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Can use all `props` listed above in `<Scene>` as `<Tabs>` is syntatic sugar for
8787
| `tabStyle` | `object` | | Override the style for an individual tab of the tabbar |
8888
| `showLabel`     | `boolean` | `true` | Boolean to show or not the tabbar icons labels |
8989
| `swipeEnabled`     | `boolean` | `true` | Enable or disable swiping tabs. |
90+
| `animationEnabled`     | `boolean` | `true` | Enable or disable tab swipe animation. |
9091
| `tabBarOnPress`     | `function` | | Custom tab bar icon press. |
9192
| `backToInitial`     | `boolean` | `false` | Back to initial screen on focused tab if tab icon was tapped. |
9293

0 commit comments

Comments
 (0)