Skip to content

Commit 29b91b7

Browse files
committed
💚 Commit snapshots for RN v0.50
1 parent 4f23ff0 commit 29b91b7

File tree

4 files changed

+0
-70
lines changed

4 files changed

+0
-70
lines changed

src/ImmutableListView/__tests__/__snapshots__/EmptyListView.test.js.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ exports[`EmptyListView renders with custom renderRow 1`] = `
4242
<Text
4343
accessible={true}
4444
allowFontScaling={true}
45-
disabled={false}
4645
ellipsizeMode="tail"
4746
>
4847
"Overridden!"
@@ -93,7 +92,6 @@ exports[`EmptyListView renders with custom text 1`] = `
9392
<Text
9493
accessible={true}
9594
allowFontScaling={true}
96-
disabled={false}
9795
ellipsizeMode="tail"
9896
style={
9997
Object {
@@ -150,7 +148,6 @@ exports[`EmptyListView renders with default text 1`] = `
150148
<Text
151149
accessible={true}
152150
allowFontScaling={true}
153-
disabled={false}
154151
ellipsizeMode="tail"
155152
style={
156153
Object {

src/ImmutableListView/__tests__/__snapshots__/ImmutableListView.test.js.snap

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ exports[`ImmutableListView renders Map: List rows, with section headers 1`] = `
5656
<Text
5757
accessible={true}
5858
allowFontScaling={true}
59-
disabled={false}
6059
ellipsizeMode="tail"
6160
header={true}
6261
>
@@ -65,31 +64,27 @@ exports[`ImmutableListView renders Map: List rows, with section headers 1`] = `
6564
<Text
6665
accessible={true}
6766
allowFontScaling={true}
68-
disabled={false}
6967
ellipsizeMode="tail"
7068
>
7169
"m"
7270
</Text>
7371
<Text
7472
accessible={true}
7573
allowFontScaling={true}
76-
disabled={false}
7774
ellipsizeMode="tail"
7875
>
7976
"a"
8077
</Text>
8178
<Text
8279
accessible={true}
8380
allowFontScaling={true}
84-
disabled={false}
8581
ellipsizeMode="tail"
8682
>
8783
"p"
8884
</Text>
8985
<Text
9086
accessible={true}
9187
allowFontScaling={true}
92-
disabled={false}
9388
ellipsizeMode="tail"
9489
header={true}
9590
>
@@ -98,15 +93,13 @@ exports[`ImmutableListView renders Map: List rows, with section headers 1`] = `
9893
<Text
9994
accessible={true}
10095
allowFontScaling={true}
101-
disabled={false}
10296
ellipsizeMode="tail"
10397
>
10498
"foo"
10599
</Text>
106100
<Text
107101
accessible={true}
108102
allowFontScaling={true}
109-
disabled={false}
110103
ellipsizeMode="tail"
111104
header={true}
112105
>
@@ -115,7 +108,6 @@ exports[`ImmutableListView renders Map: List rows, with section headers 1`] = `
115108
<Text
116109
accessible={true}
117110
allowFontScaling={true}
118-
disabled={false}
119111
ellipsizeMode="tail"
120112
header={true}
121113
>
@@ -124,7 +116,6 @@ exports[`ImmutableListView renders Map: List rows, with section headers 1`] = `
124116
<Text
125117
accessible={true}
126118
allowFontScaling={true}
127-
disabled={false}
128119
ellipsizeMode="tail"
129120
>
130121
"bar"
@@ -181,31 +172,27 @@ exports[`ImmutableListView renders Map: List rows, without section headers 1`] =
181172
<Text
182173
accessible={true}
183174
allowFontScaling={true}
184-
disabled={false}
185175
ellipsizeMode="tail"
186176
>
187177
["m","a","p"]
188178
</Text>
189179
<Text
190180
accessible={true}
191181
allowFontScaling={true}
192-
disabled={false}
193182
ellipsizeMode="tail"
194183
>
195184
["foo"]
196185
</Text>
197186
<Text
198187
accessible={true}
199188
allowFontScaling={true}
200-
disabled={false}
201189
ellipsizeMode="tail"
202190
>
203191
[]
204192
</Text>
205193
<Text
206194
accessible={true}
207195
allowFontScaling={true}
208-
disabled={false}
209196
ellipsizeMode="tail"
210197
>
211198
["bar"]
@@ -261,7 +248,6 @@ exports[`ImmutableListView renders Map: Map rows, with section headers 1`] = `
261248
<Text
262249
accessible={true}
263250
allowFontScaling={true}
264-
disabled={false}
265251
ellipsizeMode="tail"
266252
header={true}
267253
>
@@ -270,23 +256,20 @@ exports[`ImmutableListView renders Map: Map rows, with section headers 1`] = `
270256
<Text
271257
accessible={true}
272258
allowFontScaling={true}
273-
disabled={false}
274259
ellipsizeMode="tail"
275260
>
276261
"data 1"
277262
</Text>
278263
<Text
279264
accessible={true}
280265
allowFontScaling={true}
281-
disabled={false}
282266
ellipsizeMode="tail"
283267
>
284268
"data 2"
285269
</Text>
286270
<Text
287271
accessible={true}
288272
allowFontScaling={true}
289-
disabled={false}
290273
ellipsizeMode="tail"
291274
header={true}
292275
>
@@ -337,15 +320,13 @@ exports[`ImmutableListView renders Map: Map rows, without section headers 1`] =
337320
<Text
338321
accessible={true}
339322
allowFontScaling={true}
340-
disabled={false}
341323
ellipsizeMode="tail"
342324
>
343325
{"row1":"data 1","row2":"data 2"}
344326
</Text>
345327
<Text
346328
accessible={true}
347329
allowFontScaling={true}
348-
disabled={false}
349330
ellipsizeMode="tail"
350331
>
351332
{}
@@ -393,23 +374,20 @@ exports[`ImmutableListView renders basic List 1`] = `
393374
<Text
394375
accessible={true}
395376
allowFontScaling={true}
396-
disabled={false}
397377
ellipsizeMode="tail"
398378
>
399379
"lists"
400380
</Text>
401381
<Text
402382
accessible={true}
403383
allowFontScaling={true}
404-
disabled={false}
405384
ellipsizeMode="tail"
406385
>
407386
"are"
408387
</Text>
409388
<Text
410389
accessible={true}
411390
allowFontScaling={true}
412-
disabled={false}
413391
ellipsizeMode="tail"
414392
>
415393
"great"
@@ -451,23 +429,20 @@ exports[`ImmutableListView renders basic Range 1`] = `
451429
<Text
452430
accessible={true}
453431
allowFontScaling={true}
454-
disabled={false}
455432
ellipsizeMode="tail"
456433
>
457434
3
458435
</Text>
459436
<Text
460437
accessible={true}
461438
allowFontScaling={true}
462-
disabled={false}
463439
ellipsizeMode="tail"
464440
>
465441
6
466442
</Text>
467443
<Text
468444
accessible={true}
469445
allowFontScaling={true}
470-
disabled={false}
471446
ellipsizeMode="tail"
472447
>
473448
9
@@ -515,23 +490,20 @@ exports[`ImmutableListView renders basic Set 1`] = `
515490
<Text
516491
accessible={true}
517492
allowFontScaling={true}
518-
disabled={false}
519493
ellipsizeMode="tail"
520494
>
521495
"one"
522496
</Text>
523497
<Text
524498
accessible={true}
525499
allowFontScaling={true}
526-
disabled={false}
527500
ellipsizeMode="tail"
528501
>
529502
"two"
530503
</Text>
531504
<Text
532505
accessible={true}
533506
allowFontScaling={true}
534-
disabled={false}
535507
ellipsizeMode="tail"
536508
>
537509
"three"
@@ -584,15 +556,13 @@ exports[`ImmutableListView renders nested List 1`] = `
584556
<Text
585557
accessible={true}
586558
allowFontScaling={true}
587-
disabled={false}
588559
ellipsizeMode="tail"
589560
>
590561
["so","are"]
591562
</Text>
592563
<Text
593564
accessible={true}
594565
allowFontScaling={true}
595-
disabled={false}
596566
ellipsizeMode="tail"
597567
>
598568
["nested","lists"]
@@ -643,7 +613,6 @@ exports[`ImmutableListView renders with empty data 1`] = `
643613
<Text
644614
accessible={true}
645615
allowFontScaling={true}
646-
disabled={false}
647616
ellipsizeMode="tail"
648617
style={
649618
Object {
@@ -698,23 +667,20 @@ exports[`ImmutableListView with delayed rendering renders basic List after inter
698667
<Text
699668
accessible={true}
700669
allowFontScaling={true}
701-
disabled={false}
702670
ellipsizeMode="tail"
703671
>
704672
"lists"
705673
</Text>
706674
<Text
707675
accessible={true}
708676
allowFontScaling={true}
709-
disabled={false}
710677
ellipsizeMode="tail"
711678
>
712679
"are"
713680
</Text>
714681
<Text
715682
accessible={true}
716683
allowFontScaling={true}
717-
disabled={false}
718684
ellipsizeMode="tail"
719685
>
720686
"great"
@@ -763,7 +729,6 @@ exports[`ImmutableListView with delayed rendering renders basic List during inte
763729
<Text
764730
accessible={true}
765731
allowFontScaling={true}
766-
disabled={false}
767732
ellipsizeMode="tail"
768733
>
769734
"lists"
@@ -810,7 +775,6 @@ exports[`ImmutableListView with renderEmpty renders empty with a function 1`] =
810775
<Text
811776
accessible={true}
812777
allowFontScaling={true}
813-
disabled={false}
814778
ellipsizeMode="tail"
815779
>
816780
"No items"
@@ -821,7 +785,6 @@ exports[`ImmutableListView with renderEmpty renders empty with a string 1`] = `
821785
<Text
822786
accessible={true}
823787
allowFontScaling={true}
824-
disabled={false}
825788
ellipsizeMode="tail"
826789
style={
827790
Array [
@@ -879,23 +842,20 @@ exports[`ImmutableListView with renderEmpty renders normally when there are some
879842
<Text
880843
accessible={true}
881844
allowFontScaling={true}
882-
disabled={false}
883845
ellipsizeMode="tail"
884846
>
885847
"lists"
886848
</Text>
887849
<Text
888850
accessible={true}
889851
allowFontScaling={true}
890-
disabled={false}
891852
ellipsizeMode="tail"
892853
>
893854
"are"
894855
</Text>
895856
<Text
896857
accessible={true}
897858
allowFontScaling={true}
898-
disabled={false}
899859
ellipsizeMode="tail"
900860
>
901861
"great"
@@ -980,7 +940,6 @@ exports[`ImmutableListView with renderEmptyInList renders empty with a function
980940
<Text
981941
accessible={true}
982942
allowFontScaling={true}
983-
disabled={false}
984943
ellipsizeMode="tail"
985944
>
986945
"No items"
@@ -1036,7 +995,6 @@ exports[`ImmutableListView with renderEmptyInList renders empty with a string 1`
1036995
<Text
1037996
accessible={true}
1038997
allowFontScaling={true}
1039-
disabled={false}
1040998
ellipsizeMode="tail"
1041999
style={
10421000
Object {
@@ -1090,23 +1048,20 @@ exports[`ImmutableListView with renderEmptyInList renders normally when there ar
10901048
<Text
10911049
accessible={true}
10921050
allowFontScaling={true}
1093-
disabled={false}
10941051
ellipsizeMode="tail"
10951052
>
10961053
"lists"
10971054
</Text>
10981055
<Text
10991056
accessible={true}
11001057
allowFontScaling={true}
1101-
disabled={false}
11021058
ellipsizeMode="tail"
11031059
>
11041060
"are"
11051061
</Text>
11061062
<Text
11071063
accessible={true}
11081064
allowFontScaling={true}
1109-
disabled={false}
11101065
ellipsizeMode="tail"
11111066
>
11121067
"great"

0 commit comments

Comments
 (0)