@@ -100,92 +100,61 @@ let sections = [
100100    data:  [ 
101101      ("ActivityIndicator" ,  comp ++  "ActivityIndicator/" ), 
102102      ("Button" ,  comp ++  "Button/" ), 
103-       ("DatePickerIOS" ,  comp ++  "DatePickerIOS/" ), 
104103      ("DrawerLayoutAndroid" ,  comp ++  "DrawerLayoutAndroid/" ), 
105104      ("FlatList" ,  comp ++  "FlatList/" ), 
106105      ("Image" ,  comp ++  "Image/" ), 
107106      ("ImageBackground" ,  comp ++  "ImageBackground/" ), 
108107      ("InputAccessoryView" ,  comp ++  "InputAccessoryView/" ), 
109108      ("KeyboardAvoidingView" ,  comp ++  "KeyboardAvoidingView/" ), 
110-       ("ListView" ,  comp ++  "ListView/" ), 
111109      ("MaskedViewIOS" ,  comp ++  "MaskedViewIOS/" ), 
112110      ("Modal" ,  comp ++  "Modal/" ), 
113-       ("Picker" ,  comp ++  "Picker/" ), 
114-       ("PickerIOS" ,  comp ++  "PickerIOS/" ), 
115-       ("ProgressBarAndroid" ,  comp ++  "ProgressBarAndroid/" ), 
116-       ("ProgressViewIOS" ,  comp ++  "ProgressViewIOS/" ), 
117111      ("RefreshControl" ,  comp ++  "RefreshControl/" ), 
118112      ("SafeAreaView" ,  comp ++  "SafeAreaView/" ), 
119113      ("ScrollView" ,  comp ++  "ScrollView/" ), 
120114      ("SectionList" ,  comp ++  "SectionList/" ), 
121-       ("SegmentedControlIOS" ,  comp ++  "SegmentedControlIOS/" ), 
122-       ("Slider" ,  comp ++  "Slider/" ), 
123-       ("SnapshotViewIOS" ,  comp ++  "SnapshotViewIOS/" ), 
124115      ("StatusBar" ,  comp ++  "StatusBar/" ), 
125116      ("Switch" ,  comp ++  "Switch/" ), 
126117      ("Text" ,  comp ++  "Text/" ), 
127118      ("TextInput" ,  comp ++  "TextInput/" ), 
128-       ("ToolbarAndroid" ,  comp ++  "ToolbarAndroid/" ), 
129119      ("TouchableHighlight" ,  comp ++  "TouchableHighlight/" ), 
130120      ("TouchableNativeFeedback" ,  comp ++  "TouchableNativeFeedback/" ), 
131121      ("TouchableOpacity" ,  comp ++  "TouchableOpacity/" ), 
132122      ("TouchableWithoutFeedback" ,  comp ++  "TouchableWithoutFeedback/" ), 
133123      ("View" ,  comp ++  "View/" ), 
134-       ("ViewPagerAndroid" ,  comp ++  "ViewPagerAndroid/" ), 
135124      ("VirtualizedList" ,  comp ++  "VirtualizedList/" ), 
136-       ("WebView" ,  comp ++  "WebView/" ), 
137125    ] , 
138126  }, 
139127  {
140128    title:  "APIs" , 
141129    data:  [ 
142-       //  
143130      ("AccessibilityInfo" ,  api ++  "AccessibilityInfo/" ), 
144131      ("ActionSheetIOS" ,  api ++  "ActionSheetIOS/" ), 
145132      ("Alert" ,  api ++  "Alert/" ), 
146-       ("AlertIOS" ,  api ++  "AlertIOS/" ), 
147133      ("Animated" ,  api ++  "Animated/" ), 
148-       ("AnimationFrame" ,  api ++  "AnimationFrame/" ), 
134+       ("AnimationFrame * " ,  api ++  "AnimationFrame/" ), 
149135      ("AppRegistry" ,  api ++  "AppRegistry/" ), 
150136      ("AppState" ,  api ++  "AppState/" ), 
151-       ("AsyncStorage" ,  api ++  "AsyncStorage/" ), 
152-       ("BackAndroid" ,  api ++  "BackAndroid/" ), 
153137      ("BackHandler" ,  api ++  "BackHandler/" ), 
154-       ("CameraRoll" ,  api ++  "CameraRoll/" ), 
155-       ("Clipboard" ,  api ++  "Clipboard/" ), 
156-       ("DatePickerAndroid" ,  api ++  "DatePickerAndroid/" ), 
157138      ("Dimensions" ,  api ++  "Dimensions/" ), 
158139      ("Easing" ,  api ++  "Easing/" ), 
159140      ("Event *" ,  api ++  "Event/" ), 
160-       ("Geolocation" ,  api ++  "Geolocation/" ), 
161-       ("ImageEditor" ,  api ++  "ImageEditor/" ), 
162-       ("ImagePickerIOS" ,  api ++  "ImagePickerIOS/" ), 
163-       ("ImageStore" ,  api ++  "ImageStore/" ), 
164141      ("InteractionManager" ,  api ++  "InteractionManager/" ), 
165142      ("Keyboard" ,  api ++  "Keyboard/" ), 
166-       ("Layout Props" ,  api ++  "LayoutProps/" ), 
167143      ("LayoutAnimation" ,  api ++  "LayoutAnimation/" ), 
168144      ("Linking" ,  api ++  "Linking/" ), 
169-       ("ListViewDataSource" ,  api ++  "ListViewDataSource/" ), 
170-       ("NetInfo" ,  api ++  "NetInfo/" ), 
171145      ("Packager *" ,  api ++  "Packager/" ), 
172146      ("PanResponder" ,  api ++  "PanResponder/" ), 
173147      ("PermissionsAndroid" ,  api ++  "PermissionsAndroid/" ), 
174148      ("PixelRatio" ,  api ++  "PixelRatio/" ), 
175149      ("Platform" ,  api ++  "Platform/" ), 
176-       ("PushNotificationIOS" ,  api ++  "PushNotificationIOS/" ), 
177150      ("Settings" ,  api ++  "Settings/" ), 
178-       ("Shadow Props" ,  api ++  "ShadowProps/" ), 
179151      ("Share" ,  api ++  "Share/" ), 
180-       ("StatusBarIOS" ,  api ++  "StatusBarIOS/" ), 
181152      ("Style *" ,  api ++  "Style/" ), 
182153      ("StyleSheet" ,  api ++  "StyleSheet/" ), 
183154      ("Systrace" ,  api ++  "Systrace/" ), 
184-       ("TimePickerAndroid" ,  api ++  "TimePickerAndroid/" ), 
185155      ("ToastAndroid" ,  api ++  "ToastAndroid/" ), 
186-       ("Transforms" ,  api ++  "Transforms/ " ), 
156+       ("Transforms" ,  api ++  "Style/#transform-style-props " ), 
187157      ("Vibration" ,  api ++  "Vibration/" ), 
188-       ("VibrationIOS" ,  api ++  "VibrationIOS/" ), 
189158    ] , 
190159  }, 
191160] ; 
0 commit comments