Skip to content

Commit

Permalink
chore: updated testing mocks for new reanimated functions (#2008)(by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
JorenVerbaandert authored Oct 30, 2024
1 parent 4f26c78 commit 398e711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const React = require('react');
const ReactNative = require('react-native');

const NOOP = () => {};
const NOOP_VALUE = { value: 0 };
const NOOP_VALUE = { value: 0, set: NOOP, get: () => 0 };

const BottomSheetModalProvider = ({ children }) => {
return children;
Expand Down

0 comments on commit 398e711

Please sign in to comment.