Skip to content

Commit 398e711

Browse files
chore: updated testing mocks for new reanimated functions (#2008)(by @JorenVerbaandert)
1 parent 4f26c78 commit 398e711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const React = require('react');
1212
const ReactNative = require('react-native');
1313

1414
const NOOP = () => {};
15-
const NOOP_VALUE = { value: 0 };
15+
const NOOP_VALUE = { value: 0, set: NOOP, get: () => 0 };
1616

1717
const BottomSheetModalProvider = ({ children }) => {
1818
return children;

0 commit comments

Comments
 (0)