mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 06:04:15 +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') {
|
if (filepath === 'LayoutPropTypes') {
|
||||||
return 'Flexbox';
|
return 'Flexbox';
|
||||||
|
} else if (filepath == 'TabBarItemIOS') {
|
||||||
|
return 'TabBarIOS.Item';
|
||||||
}
|
}
|
||||||
return filepath;
|
return filepath;
|
||||||
}
|
}
|
||||||
@ -116,6 +118,7 @@ var components = [
|
|||||||
'../Libraries/Components/SliderIOS/SliderIOS.js',
|
'../Libraries/Components/SliderIOS/SliderIOS.js',
|
||||||
'../Libraries/Components/SwitchIOS/SwitchIOS.ios.js',
|
'../Libraries/Components/SwitchIOS/SwitchIOS.ios.js',
|
||||||
'../Libraries/Components/TabBarIOS/TabBarIOS.ios.js',
|
'../Libraries/Components/TabBarIOS/TabBarIOS.ios.js',
|
||||||
|
'../Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js',
|
||||||
'../Libraries/Text/Text.js',
|
'../Libraries/Text/Text.js',
|
||||||
'../Libraries/Components/TextInput/TextInput.js',
|
'../Libraries/Components/TextInput/TextInput.js',
|
||||||
'../Libraries/Components/Touchable/TouchableHighlight.js',
|
'../Libraries/Components/Touchable/TouchableHighlight.js',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user