@@ -19,25 +19,21 @@ const Components: Array<RNTesterModuleInfo> = [
19
19
key : 'ActivityIndicatorExample' ,
20
20
category : 'UI' ,
21
21
module : require ( '../examples/ActivityIndicator/ActivityIndicatorExample' ) ,
22
- supportsTVOS : true ,
23
22
} ,
24
23
{
25
24
key : 'ButtonExample' ,
26
25
module : require ( '../examples/Button/ButtonExample' ) ,
27
26
category : 'UI' ,
28
- supportsTVOS : true ,
29
27
} ,
30
28
{
31
29
key : 'FlatListExampleIndex' ,
32
30
module : require ( '../examples/FlatList/FlatListExampleIndex' ) . default ,
33
31
category : 'ListView' ,
34
- supportsTVOS : true ,
35
32
} ,
36
33
{
37
34
key : 'ImageExample' ,
38
35
module : require ( '../examples/Image/ImageExample' ) ,
39
36
category : 'Basic' ,
40
- supportsTVOS : true ,
41
37
} ,
42
38
{
43
39
key : 'JSResponderHandlerExample' ,
@@ -46,59 +42,48 @@ const Components: Array<RNTesterModuleInfo> = [
46
42
{
47
43
key : 'InputAccessoryViewExample' ,
48
44
module : require ( '../examples/InputAccessoryView/InputAccessoryViewExample' ) ,
49
- supportsTVOS : true ,
50
45
} ,
51
46
{
52
47
key : 'KeyboardAvoidingViewExample' ,
53
48
module : require ( '../examples/KeyboardAvoidingView/KeyboardAvoidingViewExample' ) ,
54
- supportsTVOS : false ,
55
49
} ,
56
50
{
57
51
key : 'LayoutEventsExample' ,
58
52
module : require ( '../examples/Layout/LayoutEventsExample' ) ,
59
- supportsTVOS : true ,
60
53
} ,
61
54
{
62
55
key : 'ModalExample' ,
63
56
module : require ( '../examples/Modal/ModalExample' ) ,
64
- supportsTVOS : true ,
65
57
} ,
66
58
{
67
59
key : 'NewAppScreenExample' ,
68
60
module : require ( '../examples/NewAppScreen/NewAppScreenExample' ) ,
69
- supportsTVOS : false ,
70
61
} ,
71
62
{
72
63
key : 'PressableExample' ,
73
64
module : require ( '../examples/Pressable/PressableExample' ) ,
74
- supportsTVOS : true ,
75
65
} ,
76
66
{
77
67
key : 'RefreshControlExample' ,
78
68
module : require ( '../examples/RefreshControl/RefreshControlExample' ) ,
79
- supportsTVOS : false ,
80
69
} ,
81
70
{
82
71
key : 'ScrollViewSimpleExample' ,
83
72
module : require ( '../examples/ScrollView/ScrollViewSimpleExample' ) ,
84
73
category : 'Basic' ,
85
- supportsTVOS : true ,
86
74
} ,
87
75
{
88
76
key : 'SafeAreaViewExample' ,
89
77
module : require ( '../examples/SafeAreaView/SafeAreaViewExample' ) ,
90
- supportsTVOS : true ,
91
78
} ,
92
79
{
93
80
key : 'ScrollViewExample' ,
94
81
module : require ( '../examples/ScrollView/ScrollViewExample' ) ,
95
82
category : 'Basic' ,
96
- supportsTVOS : true ,
97
83
} ,
98
84
{
99
85
key : 'ScrollViewAnimatedExample' ,
100
86
module : require ( '../examples/ScrollView/ScrollViewAnimatedExample' ) ,
101
- supportsTVOS : true ,
102
87
} ,
103
88
{
104
89
key : 'ScrollViewIndicatorInsetsExample' ,
@@ -108,119 +93,98 @@ const Components: Array<RNTesterModuleInfo> = [
108
93
key : 'SectionListIndex' ,
109
94
module : require ( '../examples/SectionList/SectionListIndex' ) ,
110
95
category : 'ListView' ,
111
- supportsTVOS : true ,
112
96
} ,
113
97
{
114
98
key : 'StatusBarExample' ,
115
99
module : require ( '../examples/StatusBar/StatusBarExample' ) ,
116
- supportsTVOS : false ,
117
100
} ,
118
101
{
119
102
key : 'SwipeableCardExample' ,
120
103
module : require ( '../examples/SwipeableCardExample/SwipeableCardExample' ) ,
121
104
category : 'UI' ,
122
- supportsTVOS : false ,
123
105
} ,
124
106
{
125
107
key : 'SwitchExample' ,
126
108
module : require ( '../examples/Switch/SwitchExample' ) ,
127
109
category : 'UI' ,
128
- supportsTVOS : false ,
129
110
} ,
130
111
{
131
112
key : 'TextExample' ,
132
113
module : require ( '../examples/Text/TextExample.ios' ) ,
133
114
category : 'Basic' ,
134
- supportsTVOS : true ,
135
115
} ,
136
116
{
137
117
key : 'TextInputExample' ,
138
118
module : require ( '../examples/TextInput/TextInputExample' ) ,
139
119
category : 'Basic' ,
140
- supportsTVOS : true ,
141
120
} ,
142
121
{
143
122
key : 'TouchableExample' ,
144
123
module : require ( '../examples/Touchable/TouchableExample' ) ,
145
- supportsTVOS : true ,
146
124
} ,
147
125
{
148
126
key : 'TransparentHitTestExample' ,
149
127
module : require ( '../examples/TransparentHitTest/TransparentHitTestExample' ) ,
150
- supportsTVOS : false ,
151
128
} ,
152
129
{
153
130
key : 'ViewExample' ,
154
131
module : require ( '../examples/View/ViewExample' ) ,
155
132
category : 'Basic' ,
156
- supportsTVOS : true ,
157
133
} ,
158
134
{
159
135
key : 'NewArchitectureExample' ,
160
136
category : 'UI' ,
161
137
module : require ( '../examples/NewArchitecture/NewArchitectureExample' ) ,
162
- supportsTVOS : false ,
163
138
} ,
164
139
] ;
165
140
166
141
const APIs : Array < RNTesterModuleInfo > = [
167
142
{
168
143
key : 'AccessibilityExample ',
169
144
module : require ( '. . / examples / Accessibility / AccessibilityExample ') ,
170
- supportsTVOS : false ,
171
145
} ,
172
146
{
173
147
key : 'AccessibilityIOSExample' ,
174
148
module : require ( '../examples/Accessibility/AccessibilityIOSExample' ) ,
175
149
category : 'iOS' ,
176
- supportsTVOS : false ,
177
150
} ,
178
151
{
179
152
key : 'ActionSheetIOSExample' ,
180
153
module : require ( '../examples/ActionSheetIOS/ActionSheetIOSExample' ) ,
181
154
category : 'iOS' ,
182
- supportsTVOS : true ,
183
155
} ,
184
156
{
185
157
key : 'AlertIOSExample' ,
186
158
module : require ( '../examples/Alert/AlertIOSExample' ) ,
187
159
category : 'iOS' ,
188
- supportsTVOS : true ,
189
160
} ,
190
161
{
191
162
key : 'AnimatedIndex' ,
192
163
module : require ( '../examples/Animated/AnimatedIndex' ) . default ,
193
- supportsTVOS : true ,
194
164
} ,
195
165
{
196
166
key : 'AnExApp' ,
197
167
module : require ( '../examples/AnimatedGratuitousApp/AnExApp' ) ,
198
- supportsTVOS : true ,
199
168
} ,
200
169
{
201
170
key : 'AppearanceExample' ,
202
171
module : require ( '../examples/Appearance/AppearanceExample' ) ,
203
- supportsTVOS : false ,
204
172
} ,
205
173
{
206
174
key : 'AppStateExample' ,
207
175
module : require ( '../examples/AppState/AppStateExample' ) ,
208
- supportsTVOS : true ,
209
176
} ,
210
177
{
211
178
key : 'BorderExample' ,
212
179
module : require ( '../examples/Border/BorderExample' ) ,
213
- supportsTVOS : true ,
214
180
} ,
215
181
{
216
182
key : 'BoxShadowExample' ,
217
183
module : require ( '../examples/BoxShadow/BoxShadowExample' ) ,
218
- supportsTVOS : true ,
219
184
} ,
220
185
{
221
186
key : 'CrashExample' ,
222
187
module : require ( '../examples/Crash/CrashExample' ) ,
223
- supportsTVOS : false ,
224
188
} ,
225
189
{
226
190
key : 'DevSettings' ,
@@ -229,102 +193,82 @@ const APIs: Array<RNTesterModuleInfo> = [
229
193
{
230
194
key : 'Dimensions' ,
231
195
module : require ( '../examples/Dimensions/DimensionsExample' ) ,
232
- supportsTVOS : true ,
233
196
} ,
234
197
{
235
198
key : 'Keyboard' ,
236
199
module : require ( '../examples/Keyboard/KeyboardExample' ) . default ,
237
- supportsTVOS : true ,
238
200
} ,
239
201
{
240
202
key : 'LayoutAnimationExample' ,
241
203
module : require ( '../examples/Layout/LayoutAnimationExample' ) ,
242
- supportsTVOS : true ,
243
204
} ,
244
205
{
245
206
key : 'LayoutExample' ,
246
207
module : require ( '../examples/Layout/LayoutExample' ) ,
247
- supportsTVOS : true ,
248
208
} ,
249
209
{
250
210
key : 'LinkingExample' ,
251
211
module : require ( '../examples/Linking/LinkingExample' ) ,
252
- supportsTVOS : true ,
253
212
} ,
254
213
{
255
214
key : 'NativeAnimationsExample' ,
256
215
module : require ( '../examples/NativeAnimation/NativeAnimationsExample' ) ,
257
- supportsTVOS : true ,
258
216
} ,
259
217
{
260
218
key : 'OrientationChangeExample' ,
261
219
module : require ( '../examples/OrientationChange/OrientationChangeExample' ) ,
262
- supportsTVOS : false ,
263
220
} ,
264
221
{
265
222
key : 'PanResponderExample' ,
266
223
module : require ( '../examples/PanResponder/PanResponderExample' ) ,
267
- supportsTVOS : false ,
268
224
} ,
269
225
{
270
226
key : 'PlatformColorExample' ,
271
227
module : require ( '../examples/PlatformColor/PlatformColorExample' ) ,
272
- supportsTVOS : true ,
273
228
} ,
274
229
{
275
230
key : 'PointerEventsExample' ,
276
231
module : require ( '../examples/PointerEvents/PointerEventsExample' ) ,
277
- supportsTVOS : false ,
278
232
} ,
279
233
{
280
234
key : 'RCTRootViewIOSExample' ,
281
235
module : require ( '../examples/RCTRootView/RCTRootViewIOSExample' ) ,
282
- supportsTVOS : true ,
283
236
} ,
284
237
{
285
238
key : 'RTLExample' ,
286
239
module : require ( '../examples/RTL/RTLExample' ) ,
287
- supportsTVOS : true ,
288
240
} ,
289
241
{
290
242
key : 'ShareExample' ,
291
243
module : require ( '../examples/Share/ShareExample' ) ,
292
- supportsTVOS : true ,
293
244
} ,
294
245
{
295
246
key : 'SnapshotExample' ,
296
247
module : require ( '../examples/Snapshot/SnapshotExample' ) ,
297
- supportsTVOS : true ,
298
248
} ,
299
249
{
300
250
key : 'TimerExample' ,
301
251
module : require ( '../examples/Timer/TimerExample' ) ,
302
- supportsTVOS : true ,
303
252
} ,
304
253
{
305
254
key : 'TransformExample' ,
306
255
module : require ( '../examples/Transform/TransformExample' ) ,
307
- supportsTVOS : true ,
308
256
} ,
309
257
{
310
258
key : 'TurboModuleExample' ,
311
259
module : require ( '../examples/TurboModule/TurboModuleExample' ) ,
312
- supportsTVOS : false ,
313
260
} ,
314
261
{
315
262
key : 'VibrationExample' ,
316
263
module : require ( '../examples/Vibration/VibrationExample' ) ,
317
- supportsTVOS : false ,
318
264
} ,
319
265
{
320
266
key : 'WebSocketExample' ,
321
267
module : require ( '../examples/WebSocket/WebSocketExample' ) ,
322
- supportsTVOS : true ,
323
268
} ,
324
269
{
325
270
key : 'XHRExample' ,
326
271
module : require ( '../examples/XHR/XHRExample' ) ,
327
- supportsTVOS : true ,
328
272
} ,
329
273
] ;
330
274
0 commit comments