mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
[Docs] Add TabBarIOS.Item to docs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user