<Navigator.TabBar />
Props
The TabBar
component does not have any non-implementation props
Implementation Props
The following props are defined on the tab bar as a part of the DefaultImplementation:
enabled: boolean
backgroundColor: Color
backgroundImage: Image
elevation: number
translucent: boolean
tintColor: Color
barTintColor: Color
itemIconColor: Color
itemIconActiveColor: Color
itemIconSelectedColor: Color
itemIconDisabledColor: Color
itemTextColor: Color
itemTextActiveColor: Color
itemTextSelectedColor: Color
itemTextDisabledColor: Color
Example Usage