@@ -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 ]}
@@ -3739,6 +3793,12 @@ exports[`TextField Screen renders screen 1`] = `
3739
3793
}
3740
3794
}
3741
3795
editable = { true }
3796
+ hitSlop = {
3797
+ {
3798
+ " bottom" : 20 ,
3799
+ " top" : 20 ,
3800
+ }
3801
+ }
3742
3802
onBlur = { [Function ]}
3743
3803
onChangeText = { [Function ]}
3744
3804
onFocus = { [Function ]}
@@ -4161,6 +4221,12 @@ exports[`TextField Screen renders screen 1`] = `
4161
4221
}
4162
4222
}
4163
4223
editable = { true }
4224
+ hitSlop = {
4225
+ {
4226
+ " bottom" : 20 ,
4227
+ " top" : 20 ,
4228
+ }
4229
+ }
4164
4230
maxLength = { 20 }
4165
4231
multiline = { true }
4166
4232
onBlur = { [Function ]}
@@ -4484,6 +4550,12 @@ exports[`TextField Screen renders screen 1`] = `
4484
4550
}
4485
4551
}
4486
4552
editable = { true }
4553
+ hitSlop = {
4554
+ {
4555
+ " bottom" : 20 ,
4556
+ " top" : 20 ,
4557
+ }
4558
+ }
4487
4559
onBlur = { [Function ]}
4488
4560
onChangeText = { [Function ]}
4489
4561
onFocus = { [Function ]}
@@ -4776,6 +4848,12 @@ exports[`TextField Screen renders screen 1`] = `
4776
4848
}
4777
4849
}
4778
4850
editable = { true }
4851
+ hitSlop = {
4852
+ {
4853
+ " bottom" : 20 ,
4854
+ " top" : 20 ,
4855
+ }
4856
+ }
4779
4857
keyboardType = " numeric"
4780
4858
onBlur = { [Function ]}
4781
4859
onChangeText = { [Function ]}
@@ -5092,6 +5170,12 @@ exports[`TextField Screen renders screen 1`] = `
5092
5170
}
5093
5171
}
5094
5172
editable = { true }
5173
+ hitSlop = {
5174
+ {
5175
+ " bottom" : 20 ,
5176
+ " top" : 20 ,
5177
+ }
5178
+ }
5095
5179
onBlur = { [Function ]}
5096
5180
onChangeText = { [Function ]}
5097
5181
onFocus = { [Function ]}
@@ -5825,6 +5909,12 @@ exports[`TextField Screen renders screen 1`] = `
5825
5909
}
5826
5910
}
5827
5911
editable = { true }
5912
+ hitSlop = {
5913
+ {
5914
+ " bottom" : 20 ,
5915
+ " top" : 20 ,
5916
+ }
5917
+ }
5828
5918
onBlur = { [Function ]}
5829
5919
onChangeText = { [Function ]}
5830
5920
onFocus = { [Function ]}
@@ -6119,6 +6209,12 @@ exports[`TextField Screen renders screen 1`] = `
6119
6209
}
6120
6210
}
6121
6211
editable = { true }
6212
+ hitSlop = {
6213
+ {
6214
+ " bottom" : 20 ,
6215
+ " top" : 20 ,
6216
+ }
6217
+ }
6122
6218
onBlur = { [Function ]}
6123
6219
onChangeText = { [Function ]}
6124
6220
onFocus = { [Function ]}
@@ -6442,6 +6538,12 @@ exports[`TextField Screen renders screen 1`] = `
6442
6538
}
6443
6539
}
6444
6540
editable = { true }
6541
+ hitSlop = {
6542
+ {
6543
+ " bottom" : 20 ,
6544
+ " top" : 20 ,
6545
+ }
6546
+ }
6445
6547
onBlur = { [Function ]}
6446
6548
onChangeText = { [Function ]}
6447
6549
onFocus = { [Function ]}
@@ -6811,6 +6913,12 @@ exports[`TextField Screen renders screen 1`] = `
6811
6913
}
6812
6914
}
6813
6915
editable = { true }
6916
+ hitSlop = {
6917
+ {
6918
+ " bottom" : 20 ,
6919
+ " top" : 20 ,
6920
+ }
6921
+ }
6814
6922
onBlur = { [Function ]}
6815
6923
onChangeText = { [Function ]}
6816
6924
onFocus = { [Function ]}
@@ -7085,6 +7193,12 @@ exports[`TextField Screen renders screen 1`] = `
7085
7193
}
7086
7194
}
7087
7195
editable = { true }
7196
+ hitSlop = {
7197
+ {
7198
+ " bottom" : 20 ,
7199
+ " top" : 20 ,
7200
+ }
7201
+ }
7088
7202
onBlur = { [Function ]}
7089
7203
onChangeText = { [Function ]}
7090
7204
onFocus = { [Function ]}
@@ -7334,6 +7448,12 @@ exports[`TextField Screen renders screen 1`] = `
7334
7448
}
7335
7449
}
7336
7450
editable = { true }
7451
+ hitSlop = {
7452
+ {
7453
+ " bottom" : 20 ,
7454
+ " top" : 20 ,
7455
+ }
7456
+ }
7337
7457
onBlur = { [Function ]}
7338
7458
onChangeText = { [Function ]}
7339
7459
onFocus = { [Function ]}
@@ -7599,6 +7719,12 @@ exports[`TextField Screen renders screen 1`] = `
7599
7719
}
7600
7720
}
7601
7721
editable = { true }
7722
+ hitSlop = {
7723
+ {
7724
+ " bottom" : 20 ,
7725
+ " top" : 20 ,
7726
+ }
7727
+ }
7602
7728
onBlur = { [Function ]}
7603
7729
onChangeText = { [Function ]}
7604
7730
onFocus = { [Function ]}
0 commit comments