@@ -8,6 +8,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
8
8
" alignSelf" : undefined ,
9
9
" bottom" : undefined ,
10
10
" end" : undefined ,
11
+ " flex" : undefined ,
11
12
" left" : undefined ,
12
13
" position" : undefined ,
13
14
" right" : undefined ,
@@ -22,11 +23,13 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
22
23
" top" : undefined ,
23
24
}
24
25
}
26
+ testID = " surface-outer-layer"
25
27
>
26
28
<View
27
29
collapsable = { false }
28
30
style = {
29
31
Object {
32
+ " flex" : undefined ,
30
33
" shadowColor" : " #000" ,
31
34
" shadowOffset" : Object {
32
35
" height" : 0 ,
@@ -36,13 +39,15 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
36
39
" shadowRadius" : 0 ,
37
40
}
38
41
}
42
+ testID = " surface-inner-layer"
39
43
>
40
44
<View
41
45
collapsable = { false }
42
46
style = {
43
47
Object {
44
48
" alignItems" : " center" ,
45
49
" backgroundColor" : " rgba(255, 251, 254, 1)" ,
50
+ " flex" : undefined ,
46
51
" flexDirection" : " row" ,
47
52
" height" : 64 ,
48
53
" paddingBottom" : undefined ,
@@ -52,6 +57,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
52
57
" paddingTop" : undefined ,
53
58
}
54
59
}
60
+ testID = " surface"
55
61
>
56
62
<View
57
63
collapsable = { false }
@@ -60,6 +66,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
60
66
" alignSelf" : undefined ,
61
67
" bottom" : undefined ,
62
68
" end" : undefined ,
69
+ " flex" : undefined ,
63
70
" left" : undefined ,
64
71
" position" : undefined ,
65
72
" right" : undefined ,
@@ -74,11 +81,13 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
74
81
" top" : undefined ,
75
82
}
76
83
}
84
+ testID = " search-bar-container-outer-layer"
77
85
>
78
86
<View
79
87
collapsable = { false }
80
88
style = {
81
89
Object {
90
+ " flex" : undefined ,
82
91
" shadowColor" : " #000" ,
83
92
" shadowOffset" : Object {
84
93
" height" : 1 ,
@@ -88,6 +97,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
88
97
" shadowRadius" : 1 ,
89
98
}
90
99
}
100
+ testID = " search-bar-container-inner-layer"
91
101
>
92
102
<View
93
103
collapsable = { false }
@@ -96,6 +106,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
96
106
" alignItems" : " center" ,
97
107
" backgroundColor" : " rgb(247, 243, 249)" ,
98
108
" borderRadius" : 4 ,
109
+ " flex" : undefined ,
99
110
" flexDirection" : " row" ,
100
111
}
101
112
}
@@ -108,6 +119,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
108
119
" alignSelf" : undefined ,
109
120
" bottom" : undefined ,
110
121
" end" : undefined ,
122
+ " flex" : undefined ,
111
123
" left" : undefined ,
112
124
" position" : undefined ,
113
125
" right" : undefined ,
@@ -122,11 +134,13 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
122
134
" top" : undefined ,
123
135
}
124
136
}
137
+ testID = " icon-button-container-outer-layer"
125
138
>
126
139
<View
127
140
collapsable = { false }
128
141
style = {
129
142
Object {
143
+ " flex" : undefined ,
130
144
" shadowColor" : " #000" ,
131
145
" shadowOffset" : Object {
132
146
" height" : 0 ,
@@ -136,6 +150,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
136
150
" shadowRadius" : 0 ,
137
151
}
138
152
}
153
+ testID = " icon-button-container-inner-layer"
139
154
>
140
155
<View
141
156
collapsable = { false }
@@ -146,6 +161,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
146
161
" borderRadius" : 20 ,
147
162
" borderWidth" : 0 ,
148
163
" elevation" : 0 ,
164
+ " flex" : undefined ,
149
165
" height" : 40 ,
150
166
" margin" : 6 ,
151
167
" overflow" : " hidden" ,
@@ -286,6 +302,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
286
302
" alignSelf" : undefined ,
287
303
" bottom" : undefined ,
288
304
" end" : undefined ,
305
+ " flex" : undefined ,
289
306
" left" : undefined ,
290
307
" position" : undefined ,
291
308
" right" : undefined ,
@@ -300,11 +317,13 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
300
317
" top" : undefined ,
301
318
}
302
319
}
320
+ testID = " icon-button-container-outer-layer"
303
321
>
304
322
<View
305
323
collapsable = { false }
306
324
style = {
307
325
Object {
326
+ " flex" : undefined ,
308
327
" shadowColor" : " #000" ,
309
328
" shadowOffset" : Object {
310
329
" height" : 0 ,
@@ -314,6 +333,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
314
333
" shadowRadius" : 0 ,
315
334
}
316
335
}
336
+ testID = " icon-button-container-inner-layer"
317
337
>
318
338
<View
319
339
collapsable = { false }
@@ -324,6 +344,7 @@ exports[`Appbar does not pass any additional props to Searchbar 1`] = `
324
344
" borderRadius" : 20 ,
325
345
" borderWidth" : 0 ,
326
346
" elevation" : 0 ,
347
+ " flex" : undefined ,
327
348
" height" : 40 ,
328
349
" margin" : 6 ,
329
350
" overflow" : " hidden" ,
@@ -440,6 +461,7 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
440
461
" alignSelf" : undefined ,
441
462
" bottom" : undefined ,
442
463
" end" : undefined ,
464
+ " flex" : undefined ,
443
465
" left" : undefined ,
444
466
" position" : undefined ,
445
467
" right" : undefined ,
@@ -454,11 +476,13 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
454
476
" top" : undefined ,
455
477
}
456
478
}
479
+ testID = " surface-outer-layer"
457
480
>
458
481
<View
459
482
collapsable = { false }
460
483
style = {
461
484
Object {
485
+ " flex" : undefined ,
462
486
" shadowColor" : " #000" ,
463
487
" shadowOffset" : Object {
464
488
" height" : 0 ,
@@ -468,13 +492,15 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
468
492
" shadowRadius" : 0 ,
469
493
}
470
494
}
495
+ testID = " surface-inner-layer"
471
496
>
472
497
<View
473
498
collapsable = { false }
474
499
style = {
475
500
Object {
476
501
" alignItems" : " center" ,
477
502
" backgroundColor" : " rgba(255, 251, 254, 1)" ,
503
+ " flex" : undefined ,
478
504
" flexDirection" : " row" ,
479
505
" height" : 64 ,
480
506
" paddingBottom" : undefined ,
@@ -484,6 +510,7 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
484
510
" paddingTop" : undefined ,
485
511
}
486
512
}
513
+ testID = " surface"
487
514
>
488
515
<View
489
516
collapsable = { false }
@@ -492,6 +519,7 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
492
519
" alignSelf" : undefined ,
493
520
" bottom" : undefined ,
494
521
" end" : undefined ,
522
+ " flex" : undefined ,
495
523
" left" : undefined ,
496
524
" position" : undefined ,
497
525
" right" : undefined ,
@@ -506,11 +534,13 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
506
534
" top" : undefined ,
507
535
}
508
536
}
537
+ testID = " icon-button-container-outer-layer"
509
538
>
510
539
<View
511
540
collapsable = { false }
512
541
style = {
513
542
Object {
543
+ " flex" : undefined ,
514
544
" shadowColor" : " #000" ,
515
545
" shadowOffset" : Object {
516
546
" height" : 0 ,
@@ -520,6 +550,7 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
520
550
" shadowRadius" : 0 ,
521
551
}
522
552
}
553
+ testID = " icon-button-container-inner-layer"
523
554
>
524
555
<View
525
556
collapsable = { false }
@@ -530,6 +561,7 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
530
561
" borderRadius" : 20 ,
531
562
" borderWidth" : 0 ,
532
563
" elevation" : 0 ,
564
+ " flex" : undefined ,
533
565
" height" : 40 ,
534
566
" margin" : 6 ,
535
567
" overflow" : " hidden" ,
@@ -748,6 +780,7 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
748
780
" alignSelf" : undefined ,
749
781
" bottom" : undefined ,
750
782
" end" : undefined ,
783
+ " flex" : undefined ,
751
784
" left" : undefined ,
752
785
" position" : undefined ,
753
786
" right" : undefined ,
@@ -762,11 +795,13 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
762
795
" top" : undefined ,
763
796
}
764
797
}
798
+ testID = " icon-button-container-outer-layer"
765
799
>
766
800
<View
767
801
collapsable = { false }
768
802
style = {
769
803
Object {
804
+ " flex" : undefined ,
770
805
" shadowColor" : " #000" ,
771
806
" shadowOffset" : Object {
772
807
" height" : 0 ,
@@ -776,6 +811,7 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
776
811
" shadowRadius" : 0 ,
777
812
}
778
813
}
814
+ testID = " icon-button-container-inner-layer"
779
815
>
780
816
<View
781
817
collapsable = { false }
@@ -786,6 +822,7 @@ exports[`Appbar passes additional props to AppbarBackAction, AppbarContent and A
786
822
" borderRadius" : 20 ,
787
823
" borderWidth" : 0 ,
788
824
" elevation" : 0 ,
825
+ " flex" : undefined ,
789
826
" height" : 40 ,
790
827
" margin" : 6 ,
791
828
" overflow" : " hidden" ,
0 commit comments