@@ -47,6 +47,7 @@ exports[`Gallery rendering rendering with load more button it shouldn't render t
47
47
>
48
48
<View >
49
49
<View
50
+ onFocusCapture = { [Function ]}
50
51
onLayout = { [Function ]}
51
52
style = { null }
52
53
>
@@ -100,6 +101,7 @@ exports[`Gallery rendering rendering with load more button it shouldn't render t
100
101
</View >
101
102
</View >
102
103
<View
104
+ onFocusCapture = { [Function ]}
103
105
onLayout = { [Function ]}
104
106
style = { null }
105
107
>
@@ -192,6 +194,7 @@ exports[`Gallery rendering rendering with load more button renders correctly 1`]
192
194
>
193
195
<View >
194
196
<View
197
+ onFocusCapture = { [Function ]}
195
198
onLayout = { [Function ]}
196
199
style = { null }
197
200
>
@@ -245,6 +248,7 @@ exports[`Gallery rendering rendering with load more button renders correctly 1`]
245
248
</View >
246
249
</View >
247
250
<View
251
+ onFocusCapture = { [Function ]}
248
252
onLayout = { [Function ]}
249
253
style = { null }
250
254
>
@@ -286,6 +290,23 @@ exports[`Gallery rendering rendering with load more button renders correctly 1`]
286
290
}
287
291
>
288
292
<View
293
+ accessibilityState = {
294
+ {
295
+ " busy" : undefined ,
296
+ " checked" : undefined ,
297
+ " disabled" : undefined ,
298
+ " expanded" : undefined ,
299
+ " selected" : undefined ,
300
+ }
301
+ }
302
+ accessibilityValue = {
303
+ {
304
+ " max" : undefined ,
305
+ " min" : undefined ,
306
+ " now" : undefined ,
307
+ " text" : undefined ,
308
+ }
309
+ }
289
310
accessible = { true }
290
311
collapsable = { false }
291
312
focusable = { true }
@@ -358,6 +379,7 @@ exports[`Gallery rendering rendering with load more button renders correctly wit
358
379
>
359
380
<View >
360
381
<View
382
+ onFocusCapture = { [Function ]}
361
383
onLayout = { [Function ]}
362
384
style = { null }
363
385
>
@@ -411,6 +433,7 @@ exports[`Gallery rendering rendering with load more button renders correctly wit
411
433
</View >
412
434
</View >
413
435
<View
436
+ onFocusCapture = { [Function ]}
414
437
onLayout = { [Function ]}
415
438
style = { null }
416
439
>
@@ -452,6 +475,23 @@ exports[`Gallery rendering rendering with load more button renders correctly wit
452
475
}
453
476
>
454
477
<View
478
+ accessibilityState = {
479
+ {
480
+ " busy" : undefined ,
481
+ " checked" : undefined ,
482
+ " disabled" : undefined ,
483
+ " expanded" : undefined ,
484
+ " selected" : undefined ,
485
+ }
486
+ }
487
+ accessibilityValue = {
488
+ {
489
+ " max" : undefined ,
490
+ " min" : undefined ,
491
+ " now" : undefined ,
492
+ " text" : undefined ,
493
+ }
494
+ }
455
495
accessible = { true }
456
496
collapsable = { false }
457
497
focusable = { true }
@@ -524,6 +564,7 @@ exports[`Gallery rendering renders correctly 1`] = `
524
564
>
525
565
<View >
526
566
<View
567
+ onFocusCapture = { [Function ]}
527
568
onLayout = { [Function ]}
528
569
style = { null }
529
570
>
@@ -577,6 +618,7 @@ exports[`Gallery rendering renders correctly 1`] = `
577
618
</View >
578
619
</View >
579
620
<View
621
+ onFocusCapture = { [Function ]}
580
622
onLayout = { [Function ]}
581
623
style = { null }
582
624
>
@@ -669,6 +711,7 @@ exports[`Gallery rendering renders correctly horizontal 1`] = `
669
711
>
670
712
<View >
671
713
<View
714
+ onFocusCapture = { [Function ]}
672
715
onLayout = { [Function ]}
673
716
style = {
674
717
[
@@ -697,6 +740,7 @@ exports[`Gallery rendering renders correctly horizontal 1`] = `
697
740
</View >
698
741
</View >
699
742
<View
743
+ onFocusCapture = { [Function ]}
700
744
onLayout = { [Function ]}
701
745
style = {
702
746
[
@@ -725,6 +769,7 @@ exports[`Gallery rendering renders correctly horizontal 1`] = `
725
769
</View >
726
770
</View >
727
771
<View
772
+ onFocusCapture = { [Function ]}
728
773
onLayout = { [Function ]}
729
774
style = {
730
775
[
@@ -868,6 +913,7 @@ exports[`Gallery rendering renders correctly with filter 1`] = `
868
913
>
869
914
<View >
870
915
<View
916
+ onFocusCapture = { [Function ]}
871
917
onLayout = { [Function ]}
872
918
style = { null }
873
919
>
@@ -921,6 +967,7 @@ exports[`Gallery rendering renders correctly with filter 1`] = `
921
967
</View >
922
968
</View >
923
969
<View
970
+ onFocusCapture = { [Function ]}
924
971
onLayout = { [Function ]}
925
972
style = { null }
926
973
>
0 commit comments