@@ -211,7 +211,7 @@ exports[`call onPress when affix adornment pressed 1`] = `
211
211
" textAlign" : " left" ,
212
212
" textAlignVertical" : " center" ,
213
213
},
214
- false ,
214
+ undefined ,
215
215
{
216
216
" marginLeft" : 0 ,
217
217
" paddingLeft" : 40 ,
@@ -525,7 +525,7 @@ exports[`correctly applies a component as the text label 1`] = `
525
525
" textAlign" : " left" ,
526
526
" textAlignVertical" : " center" ,
527
527
},
528
- false ,
528
+ undefined ,
529
529
[
530
530
{},
531
531
],
@@ -751,7 +751,7 @@ exports[`correctly applies cursorColor prop 1`] = `
751
751
" textAlign" : " left" ,
752
752
" textAlignVertical" : " center" ,
753
753
},
754
- false ,
754
+ undefined ,
755
755
[
756
756
{},
757
757
],
@@ -977,7 +977,7 @@ exports[`correctly applies default textAlign based on default RTL 1`] = `
977
977
" textAlign" : " left" ,
978
978
" textAlignVertical" : " center" ,
979
979
},
980
- false ,
980
+ undefined ,
981
981
[
982
982
{},
983
983
],
@@ -1236,7 +1236,7 @@ exports[`correctly applies height to multiline Outline TextInput 1`] = `
1236
1236
" textAlign" : " left" ,
1237
1237
" textAlignVertical" : " top" ,
1238
1238
},
1239
- false ,
1239
+ undefined ,
1240
1240
[
1241
1241
{},
1242
1242
],
@@ -1462,7 +1462,7 @@ exports[`correctly applies paddingLeft from contentStyleProp 1`] = `
1462
1462
" textAlign" : " left" ,
1463
1463
" textAlignVertical" : " center" ,
1464
1464
},
1465
- false ,
1465
+ undefined ,
1466
1466
[
1467
1467
{},
1468
1468
],
@@ -1690,7 +1690,7 @@ exports[`correctly applies textAlign center 1`] = `
1690
1690
" textAlign" : " center" ,
1691
1691
" textAlignVertical" : " center" ,
1692
1692
},
1693
- false ,
1693
+ undefined ,
1694
1694
[
1695
1695
{},
1696
1696
],
@@ -1916,7 +1916,7 @@ exports[`correctly renders left-side affix adornment, and right-side icon adornm
1916
1916
" textAlign" : " left" ,
1917
1917
" textAlignVertical" : " center" ,
1918
1918
},
1919
- false ,
1919
+ undefined ,
1920
1920
{
1921
1921
" marginLeft" : 0 ,
1922
1922
" marginRight" : 40 ,
@@ -2342,7 +2342,7 @@ exports[`correctly renders left-side icon adornment, and right-side affix adornm
2342
2342
" textAlign" : " left" ,
2343
2343
" textAlignVertical" : " center" ,
2344
2344
},
2345
- false ,
2345
+ undefined ,
2346
2346
{
2347
2347
" marginLeft" : 40 ,
2348
2348
" marginRight" : 0 ,
0 commit comments