Skip to content

Commit

Permalink
[Docs] Add TabBarIOS.Item to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Vatne committed Apr 21, 2015
1 parent 9458299 commit 9ee6cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/server/extractDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ function getNameFromPath(filepath) {
}
if (filepath === 'LayoutPropTypes') {
return 'Flexbox';
} else if (filepath == 'TabBarItemIOS') {
return 'TabBarIOS.Item';
}
return filepath;
}
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 9ee6cd6

Please sign in to comment.