We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3de2b72 + 0de6440 commit bd8f1f3Copy full SHA for bd8f1f3
docs/API.md
@@ -87,6 +87,7 @@ Can use all `props` listed above in `<Scene>` as `<Tabs>` is syntatic sugar for
87
| `tabStyle` | `object` | | Override the style for an individual tab of the tabbar |
88
| `showLabel` | `boolean` | `true` | Boolean to show or not the tabbar icons labels |
89
| `swipeEnabled` | `boolean` | `true` | Enable or disable swiping tabs. |
90
+| `animationEnabled` | `boolean` | `true` | Enable or disable tab swipe animation. |
91
| `tabBarOnPress` | `function` | | Custom tab bar icon press. |
92
| `backToInitial` | `boolean` | `false` | Back to initial screen on focused tab if tab icon was tapped. |
93
0 commit comments