mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
[Docs] Add TabBarIOS.Item to docs
This commit is contained in:
parent
9458299683
commit
9ee6cd6168
@ -21,6 +21,8 @@ function getNameFromPath(filepath) {
|
||||
}
|
||||
if (filepath === 'LayoutPropTypes') {
|
||||
return 'Flexbox';
|
||||
} else if (filepath == 'TabBarItemIOS') {
|
||||
return 'TabBarIOS.Item';
|
||||
}
|
||||
return filepath;
|
||||
}
|
||||
@ -116,6 +118,7 @@ var components = [
|
||||
'../Libraries/Components/SliderIOS/SliderIOS.js',
|
||||
'../Libraries/Components/SwitchIOS/SwitchIOS.ios.js',
|
||||
'../Libraries/Components/TabBarIOS/TabBarIOS.ios.js',
|
||||
'../Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js',
|
||||
'../Libraries/Text/Text.js',
|
||||
'../Libraries/Components/TextInput/TextInput.js',
|
||||
'../Libraries/Components/Touchable/TouchableHighlight.js',
|
||||
|
Loading…
x
Reference in New Issue
Block a user