You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally `Animated TabBar` worked only with `React Navigation`, but I notice that it could be use as a standalone component and be more useful for the community.
|`itemInnerSpace`| Inner space to be added to the tab item, this may not be applied on some presets. | NO | number \|[`Space`](./src/types.ts#L21)| 12 |
190
-
|`itemOuterSpace`| Outer space to be added to the tab item, this may not be applied on some presets. | NO | number \|[`Space`](./src/types.ts#L21)| 12 |
191
-
|`iconSize`| Tab item icon size. | NO | number | 24 |
192
-
|`isRTL`| Tab bar layout and animation direction. | NO | boolean | false |
262
+
| name | description | required | type | default |
|`itemInnerSpace`| Inner space to be added to the tab item, this may not be applied on some presets. | NO | number \|[`Space`](./src/types.ts#L21)| 12 |
265
+
|`itemOuterSpace`| Outer space to be added to the tab item, this may not be applied on some presets. | NO | number \|[`Space`](./src/types.ts#L21)| 12 |
266
+
|`itemContainerWidth`| Tab Item width stretch strategy, this may not be applied on some presets. | NO | 'auto' \| 'fill' | 'auto' |
267
+
|`iconSize`| Tab item icon size. | NO | number | 24 |
268
+
|`isRTL`| Tab bar layout and animation direction. | NO | boolean | false |
193
269
194
270
## Presets
195
271
@@ -210,12 +286,11 @@ Originally `Animated TabBar` started with `Bubble` as the only animation preset
0 commit comments