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
| barColor | #13897b | string | Color of the tab bar |
58
-
| indicatorColor | #fff | string | Color of the indicator |
59
-
| activeTextColor | #fff | string | Color of the text for the selected tab |
60
-
| inactiveTextColor | rgba(255, 255, 255, 0.7) | string | Color of the text for inactive tabs |
61
-
| items | none | array(string|element) | The headers for the individual tabs|
62
-
| selectedIndex | 0 | number | The index of current tab selected. Indexes are mapped to the items prop |
63
-
| scrollable | false | boolean | Option between having fixed tabs or scrollable tabs |
64
-
| textStyle | null | object(style) | Text style for tab titles |
65
-
| activeTextStyle | {} | object(style) | Optional text style for the selected tab |
66
-
| onChange | none | Function | Handler that's emitted every time the user presses a tab. You can use this to change the selected index |
67
-
| allowFontScaling | true | boolean | Specifies whether fonts should scale to respect Text Size accessibility settings |
68
-
| uppercase | true | boolean | Specifies whether to uppercase the tab labels |
69
-
| keyboardShouldPersistTaps | never | string | Specifies how the [ScrollView](https://facebook.github.io/react-native/docs/scrollview#keyboardshouldpersisttaps) should respond to taps while keyboard is open|
| barColor | #13897b | string | Color of the tab bar|
58
+
| indicatorColor | #fff | string | Color of the indicator|
59
+
| activeTextColor | #fff | string | Color of the text for the selected tab|
60
+
| inactiveTextColor | rgba(255, 255, 255, 0.7) | string | Color of the text for inactive tabs|
61
+
| items | none | array(string|element) | The headers for the individual tabs|
62
+
| selectedIndex | 0 | number | The index of current tab selected. Indexes are mapped to the items prop|
63
+
| scrollable | false | boolean | Option between having fixed tabs or scrollable tabs|
64
+
| textStyle | null | object(style) | Text style for tab titles|
65
+
| activeTextStyle | {} | object(style) | Optional text style for the selected tab|
66
+
| onChange | none | Function | Handler that's emitted every time the user presses a tab. You can use this to change the selected index|
67
+
| allowFontScaling | true | boolean | Specifies whether fonts should scale to respect Text Size accessibility settings|
68
+
| uppercase | true | boolean | Specifies whether to uppercase the tab labels|
69
+
| keyboardShouldPersistTaps | never | string | Specifies how the [ScrollView](https://facebook.github.io/react-native/docs/scrollview#keyboardshouldpersisttaps) should respond to taps while keyboard is open |
0 commit comments