We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7927b56 commit 53ff001Copy full SHA for 53ff001
jest-setup.js
@@ -6,3 +6,5 @@ jest.spyOn(AccessibilityInfo, 'isScreenReaderEnabled').mockImplementation(() =>
6
// mock native modules
7
jest.mock('@react-native-community/blur', () => {});
8
jest.mock('@react-native-community/netinfo', () => {});
9
+jest.mock('react-native-reanimated', () => ({}));
10
+jest.mock('react-native-gesture-handler', () => {});
0 commit comments