@@ -177,6 +177,12 @@ exports[`TextField Screen renders screen 1`] = `
177
177
}
178
178
}
179
179
editable = { true }
180
+ hitSlop = {
181
+ {
182
+ " bottom" : 20 ,
183
+ " top" : 20 ,
184
+ }
185
+ }
180
186
onBlur = { [Function ]}
181
187
onChangeText = { [Function ]}
182
188
onFocus = { [Function ]}
@@ -632,6 +638,12 @@ exports[`TextField Screen renders screen 1`] = `
632
638
}
633
639
}
634
640
editable = { true }
641
+ hitSlop = {
642
+ {
643
+ " bottom" : 20 ,
644
+ " top" : 20 ,
645
+ }
646
+ }
635
647
onBlur = { [Function ]}
636
648
onChangeText = { [Function ]}
637
649
onFocus = { [Function ]}
@@ -1166,6 +1178,12 @@ exports[`TextField Screen renders screen 1`] = `
1166
1178
}
1167
1179
}
1168
1180
editable = { false }
1181
+ hitSlop = {
1182
+ {
1183
+ " bottom" : 20 ,
1184
+ " top" : 20 ,
1185
+ }
1186
+ }
1169
1187
onBlur = { [Function ]}
1170
1188
onChangeText = { [Function ]}
1171
1189
onFocus = { [Function ]}
@@ -1527,6 +1545,12 @@ exports[`TextField Screen renders screen 1`] = `
1527
1545
}
1528
1546
}
1529
1547
editable = { true }
1548
+ hitSlop = {
1549
+ {
1550
+ " bottom" : 20 ,
1551
+ " top" : 20 ,
1552
+ }
1553
+ }
1530
1554
onBlur = { [Function ]}
1531
1555
onChangeText = { [Function ]}
1532
1556
onFocus = { [Function ]}
@@ -1752,6 +1776,12 @@ exports[`TextField Screen renders screen 1`] = `
1752
1776
}
1753
1777
}
1754
1778
editable = { true }
1779
+ hitSlop = {
1780
+ {
1781
+ " bottom" : 20 ,
1782
+ " top" : 20 ,
1783
+ }
1784
+ }
1755
1785
onBlur = { [Function ]}
1756
1786
onChangeText = { [Function ]}
1757
1787
onFocus = { [Function ]}
@@ -2111,6 +2141,12 @@ exports[`TextField Screen renders screen 1`] = `
2111
2141
}
2112
2142
}
2113
2143
editable = { true }
2144
+ hitSlop = {
2145
+ {
2146
+ " bottom" : 20 ,
2147
+ " top" : 20 ,
2148
+ }
2149
+ }
2114
2150
onBlur = { [Function ]}
2115
2151
onChangeText = { [Function ]}
2116
2152
onFocus = { [Function ]}
@@ -2420,6 +2456,12 @@ exports[`TextField Screen renders screen 1`] = `
2420
2456
}
2421
2457
}
2422
2458
editable = { true }
2459
+ hitSlop = {
2460
+ {
2461
+ " bottom" : 20 ,
2462
+ " top" : 20 ,
2463
+ }
2464
+ }
2423
2465
onBlur = { [Function ]}
2424
2466
onChangeText = { [Function ]}
2425
2467
onFocus = { [Function ]}
@@ -2979,6 +3021,12 @@ exports[`TextField Screen renders screen 1`] = `
2979
3021
}
2980
3022
}
2981
3023
editable = { true }
3024
+ hitSlop = {
3025
+ {
3026
+ " bottom" : 20 ,
3027
+ " top" : 20 ,
3028
+ }
3029
+ }
2982
3030
onBlur = { [Function ]}
2983
3031
onChangeText = { [Function ]}
2984
3032
onChangeValidity = { [Function ]}
@@ -3317,6 +3365,12 @@ exports[`TextField Screen renders screen 1`] = `
3317
3365
}
3318
3366
}
3319
3367
editable = { true }
3368
+ hitSlop = {
3369
+ {
3370
+ " bottom" : 20 ,
3371
+ " top" : 20 ,
3372
+ }
3373
+ }
3320
3374
maxLength = { 20 }
3321
3375
onBlur = { [Function ]}
3322
3376
onChangeText = { [Function ]}
@@ -3747,6 +3801,12 @@ exports[`TextField Screen renders screen 1`] = `
3747
3801
}
3748
3802
}
3749
3803
editable = { true }
3804
+ hitSlop = {
3805
+ {
3806
+ " bottom" : 20 ,
3807
+ " top" : 20 ,
3808
+ }
3809
+ }
3750
3810
onBlur = { [Function ]}
3751
3811
onChangeText = { [Function ]}
3752
3812
onFocus = { [Function ]}
@@ -4169,6 +4229,12 @@ exports[`TextField Screen renders screen 1`] = `
4169
4229
}
4170
4230
}
4171
4231
editable = { true }
4232
+ hitSlop = {
4233
+ {
4234
+ " bottom" : 20 ,
4235
+ " top" : 20 ,
4236
+ }
4237
+ }
4172
4238
maxLength = { 20 }
4173
4239
multiline = { true }
4174
4240
onBlur = { [Function ]}
@@ -4492,6 +4558,12 @@ exports[`TextField Screen renders screen 1`] = `
4492
4558
}
4493
4559
}
4494
4560
editable = { true }
4561
+ hitSlop = {
4562
+ {
4563
+ " bottom" : 20 ,
4564
+ " top" : 20 ,
4565
+ }
4566
+ }
4495
4567
onBlur = { [Function ]}
4496
4568
onChangeText = { [Function ]}
4497
4569
onFocus = { [Function ]}
@@ -4792,6 +4864,12 @@ exports[`TextField Screen renders screen 1`] = `
4792
4864
}
4793
4865
}
4794
4866
editable = { true }
4867
+ hitSlop = {
4868
+ {
4869
+ " bottom" : 20 ,
4870
+ " top" : 20 ,
4871
+ }
4872
+ }
4795
4873
keyboardType = " numeric"
4796
4874
onBlur = { [Function ]}
4797
4875
onChangeText = { [Function ]}
@@ -5108,6 +5186,12 @@ exports[`TextField Screen renders screen 1`] = `
5108
5186
}
5109
5187
}
5110
5188
editable = { true }
5189
+ hitSlop = {
5190
+ {
5191
+ " bottom" : 20 ,
5192
+ " top" : 20 ,
5193
+ }
5194
+ }
5111
5195
onBlur = { [Function ]}
5112
5196
onChangeText = { [Function ]}
5113
5197
onFocus = { [Function ]}
@@ -5841,6 +5925,12 @@ exports[`TextField Screen renders screen 1`] = `
5841
5925
}
5842
5926
}
5843
5927
editable = { true }
5928
+ hitSlop = {
5929
+ {
5930
+ " bottom" : 20 ,
5931
+ " top" : 20 ,
5932
+ }
5933
+ }
5844
5934
onBlur = { [Function ]}
5845
5935
onChangeText = { [Function ]}
5846
5936
onFocus = { [Function ]}
@@ -6135,6 +6225,12 @@ exports[`TextField Screen renders screen 1`] = `
6135
6225
}
6136
6226
}
6137
6227
editable = { true }
6228
+ hitSlop = {
6229
+ {
6230
+ " bottom" : 20 ,
6231
+ " top" : 20 ,
6232
+ }
6233
+ }
6138
6234
onBlur = { [Function ]}
6139
6235
onChangeText = { [Function ]}
6140
6236
onFocus = { [Function ]}
@@ -6458,6 +6554,12 @@ exports[`TextField Screen renders screen 1`] = `
6458
6554
}
6459
6555
}
6460
6556
editable = { true }
6557
+ hitSlop = {
6558
+ {
6559
+ " bottom" : 20 ,
6560
+ " top" : 20 ,
6561
+ }
6562
+ }
6461
6563
onBlur = { [Function ]}
6462
6564
onChangeText = { [Function ]}
6463
6565
onFocus = { [Function ]}
@@ -6827,6 +6929,12 @@ exports[`TextField Screen renders screen 1`] = `
6827
6929
}
6828
6930
}
6829
6931
editable = { true }
6932
+ hitSlop = {
6933
+ {
6934
+ " bottom" : 20 ,
6935
+ " top" : 20 ,
6936
+ }
6937
+ }
6830
6938
onBlur = { [Function ]}
6831
6939
onChangeText = { [Function ]}
6832
6940
onFocus = { [Function ]}
@@ -7101,6 +7209,12 @@ exports[`TextField Screen renders screen 1`] = `
7101
7209
}
7102
7210
}
7103
7211
editable = { true }
7212
+ hitSlop = {
7213
+ {
7214
+ " bottom" : 20 ,
7215
+ " top" : 20 ,
7216
+ }
7217
+ }
7104
7218
onBlur = { [Function ]}
7105
7219
onChangeText = { [Function ]}
7106
7220
onFocus = { [Function ]}
@@ -7350,6 +7464,12 @@ exports[`TextField Screen renders screen 1`] = `
7350
7464
}
7351
7465
}
7352
7466
editable = { true }
7467
+ hitSlop = {
7468
+ {
7469
+ " bottom" : 20 ,
7470
+ " top" : 20 ,
7471
+ }
7472
+ }
7353
7473
onBlur = { [Function ]}
7354
7474
onChangeText = { [Function ]}
7355
7475
onFocus = { [Function ]}
@@ -7615,6 +7735,12 @@ exports[`TextField Screen renders screen 1`] = `
7615
7735
}
7616
7736
}
7617
7737
editable = { true }
7738
+ hitSlop = {
7739
+ {
7740
+ " bottom" : 20 ,
7741
+ " top" : 20 ,
7742
+ }
7743
+ }
7618
7744
onBlur = { [Function ]}
7619
7745
onChangeText = { [Function ]}
7620
7746
onFocus = { [Function ]}
0 commit comments