mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2.8 KiB
2.8 KiB
id, title, category, permalink
| id | title | category | permalink |
|---|---|---|---|
| tabbarios | TabBarIOS | Components | docs/tabbarios.html |
Props #
barTintColor?: $FlowFixMe #
Background color of the tab bar
itemPositioning?: literal | literal | literal #
Specifies tab bar item positioning. Available values are:
- fill - distributes items across the entire width of the tab bar
- center - centers item in the available tab bar space
- auto (default) - distributes items dynamically according to the
user interface idiom. In a horizontally compact environment (e.g. iPhone 5)
this value defaults to fill, in a horizontally regular one (e.g. iPad)
it defaults to center.
style?: $FlowFixMe #
tintColor?: $FlowFixMe #
Color of the currently selected tab icon
translucent?: boolean #
A Boolean value that indicates whether the tab bar is translucent
unselectedItemTintColor?: $FlowFixMe #
Color of unselected tab icons. Available since iOS 10.
unselectedTintColor?: $FlowFixMe #
Color of text on unselected tabs