Skip to content

Commit

Permalink
Fix broken references in website, moved lists, remove navigator
Browse files Browse the repository at this point in the history
Reviewed By: mkonicek

Differential Revision: D4775152

fbshipit-source-id: 8af949573ed827ec86a68c1f311c4180f19da742
  • Loading branch information
Eric Vicenti authored and facebook-github-bot committed Mar 27, 2017
1 parent 73c85e4 commit 3b28644
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions website/server/docsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ const components = [
'../Libraries/Components/Button.js',
'../Libraries/Components/DatePicker/DatePickerIOS.ios.js',
'../Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js',
'../Libraries/CustomComponents/Lists/FlatList.js',
'../Libraries/Lists/FlatList.js',
'../Libraries/Image/Image.ios.js',
'../Libraries/Components/Keyboard/KeyboardAvoidingView.js',
'../Libraries/CustomComponents/ListView/ListView.js',
'../Libraries/Lists/ListView/ListView.js',
'../Libraries/Modal/Modal.js',
'../Libraries/CustomComponents/Navigator/Navigator.js',
'../Libraries/Components/Navigation/NavigatorIOS.ios.js',
'../Libraries/Components/Picker/Picker.js',
'../Libraries/Components/Picker/PickerIOS.ios.js',
'../Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js',
'../Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js',
'../Libraries/Components/RefreshControl/RefreshControl.js',
'../Libraries/Components/ScrollView/ScrollView.js',
'../Libraries/CustomComponents/Lists/SectionList.js',
'../Libraries/Lists/SectionList.js',
'../Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios.js',
'../Libraries/Components/Slider/Slider.js',
'../Libraries/RCTTest/SnapshotViewIOS.ios.js',
Expand All @@ -44,7 +43,7 @@ const components = [
'../Libraries/Components/Touchable/TouchableWithoutFeedback.js',
'../Libraries/Components/View/View.js',
'../Libraries/Components/ViewPager/ViewPagerAndroid.android.js',
'../Libraries/CustomComponents/Lists/VirtualizedList.js',
'../Libraries/Lists/VirtualizedList.js',
'../Libraries/Components/WebView/WebView.ios.js',
];

Expand Down Expand Up @@ -74,7 +73,7 @@ const apis = [
'../Libraries/Components/Keyboard/Keyboard.js',
'../Libraries/LayoutAnimation/LayoutAnimation.js',
'../Libraries/Linking/Linking.js',
'../Libraries/CustomComponents/ListView/ListViewDataSource.js',
'../Libraries/Lists/ListView/ListViewDataSource.js',
'../Libraries/Renderer/src/renderers/native/NativeMethodsMixin.js',
'../Libraries/Network/NetInfo.js',
'../Libraries/Interaction/PanResponder.js',
Expand Down

0 comments on commit 3b28644

Please sign in to comment.