Skip to content

Commit 9214d71

Browse files
committed
Updated snapshots with hitslop
1 parent 07a98bd commit 9214d71

File tree

3 files changed

+467
-8
lines changed

3 files changed

+467
-8
lines changed

demo/src/screens/__tests__/__snapshots__/TextFieldScreen.spec.js.snap

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3501,6 +3501,14 @@ exports[`TextField Screen renders screen 1`] = `
35013501
accessible={true}
35023502
collapsable={false}
35033503
focusable={true}
3504+
hitSlop={
3505+
{
3506+
"bottom": 15,
3507+
"left": 0,
3508+
"right": 0,
3509+
"top": 15,
3510+
}
3511+
}
35043512
onClick={[Function]}
35053513
onLayout={[Function]}
35063514
onResponderGrant={[Function]}
@@ -3831,10 +3839,10 @@ exports[`TextField Screen renders screen 1`] = `
38313839
focusable={true}
38323840
hitSlop={
38333841
{
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,
38383846
}
38393847
}
38403848
onClick={[Function]}
@@ -4541,6 +4549,14 @@ exports[`TextField Screen renders screen 1`] = `
45414549
accessible={true}
45424550
collapsable={false}
45434551
focusable={true}
4552+
hitSlop={
4553+
{
4554+
"bottom": 7.5,
4555+
"left": 10,
4556+
"right": 10,
4557+
"top": 7.5,
4558+
}
4559+
}
45444560
onClick={[Function]}
45454561
onLayout={[Function]}
45464562
onResponderGrant={[Function]}

0 commit comments

Comments
 (0)