From daaeea8cae2d22f0aa18cc9479c829ce387b6014 Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Tue, 19 Apr 2022 09:22:22 +0200 Subject: [PATCH] Add mocks --- src/mocks.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mocks.ts b/src/mocks.ts index 4aafcc5bbd..e3cf6e58fd 100644 --- a/src/mocks.ts +++ b/src/mocks.ts @@ -21,6 +21,7 @@ const attachGestureHandler = NOOP; const createGestureHandler = NOOP; const dropGestureHandler = NOOP; const updateGestureHandler = NOOP; +const flushOperations = NOOP; const NativeViewGestureHandler = View; const TapGestureHandler = View; const ForceTouchGestureHandler = View; @@ -59,6 +60,7 @@ export default { createGestureHandler, dropGestureHandler, updateGestureHandler, + flushOperations, // probably can be removed Directions, State,