File tree Expand file tree Collapse file tree 3 files changed +467
-8
lines changed
demo/src/screens/__tests__/__snapshots__ Expand file tree Collapse file tree 3 files changed +467
-8
lines changed Original file line number Diff line number Diff line change @@ -3501,6 +3501,14 @@ exports[`TextField Screen renders screen 1`] = `
3501
3501
accessible = { true }
3502
3502
collapsable = { false }
3503
3503
focusable = { true }
3504
+ hitSlop = {
3505
+ {
3506
+ " bottom" : 15 ,
3507
+ " left" : 0 ,
3508
+ " right" : 0 ,
3509
+ " top" : 15 ,
3510
+ }
3511
+ }
3504
3512
onClick = { [Function ]}
3505
3513
onLayout = { [Function ]}
3506
3514
onResponderGrant = { [Function ]}
@@ -3831,10 +3839,10 @@ exports[`TextField Screen renders screen 1`] = `
3831
3839
focusable = { true }
3832
3840
hitSlop = {
3833
3841
{
3834
- " bottom" : 20 ,
3835
- " left" : 20 ,
3836
- " right" : 20 ,
3837
- " top" : 20 ,
3842
+ " bottom" : 7.5 ,
3843
+ " left" : 10 ,
3844
+ " right" : 10 ,
3845
+ " top" : 7.5 ,
3838
3846
}
3839
3847
}
3840
3848
onClick = { [Function ]}
@@ -4541,6 +4549,14 @@ exports[`TextField Screen renders screen 1`] = `
4541
4549
accessible = { true }
4542
4550
collapsable = { false }
4543
4551
focusable = { true }
4552
+ hitSlop = {
4553
+ {
4554
+ " bottom" : 7.5 ,
4555
+ " left" : 10 ,
4556
+ " right" : 10 ,
4557
+ " top" : 7.5 ,
4558
+ }
4559
+ }
4544
4560
onClick = { [Function ]}
4545
4561
onLayout = { [Function ]}
4546
4562
onResponderGrant = { [Function ]}
You can’t perform that action at this time.
0 commit comments