diff --git a/FabricExample/__tests__/focused-input.spec.tsx b/FabricExample/__tests__/focused-input.spec.tsx index 79a8900dd5..1c738fc270 100644 --- a/FabricExample/__tests__/focused-input.spec.tsx +++ b/FabricExample/__tests__/focused-input.spec.tsx @@ -35,6 +35,7 @@ describe("`useReanimatedFocusedInput` mocking", () => { input: { value: { target: 2, + parentScrollViewTarget: -1, layout: { x: 10, y: 100, diff --git a/example/__tests__/focused-input.spec.tsx b/example/__tests__/focused-input.spec.tsx index 79a8900dd5..1c738fc270 100644 --- a/example/__tests__/focused-input.spec.tsx +++ b/example/__tests__/focused-input.spec.tsx @@ -35,6 +35,7 @@ describe("`useReanimatedFocusedInput` mocking", () => { input: { value: { target: 2, + parentScrollViewTarget: -1, layout: { x: 10, y: 100, diff --git a/jest/index.js b/jest/index.js index a4a462ed14..6b98dc4e2d 100644 --- a/jest/index.js +++ b/jest/index.js @@ -14,6 +14,7 @@ const focusedInput = { input: { value: { target: 1, + parentScrollViewTarget: -1, layout: { x: 0, y: 0,