diff --git a/jestSetup.ts b/jestSetup.ts index 5cf80af..aeb92a2 100644 --- a/jestSetup.ts +++ b/jestSetup.ts @@ -8,7 +8,6 @@ RNNativeModules.RNViewShot = RNNativeModules.RNViewShot || { jest.mock('react-native-file-access', () => jest.fn()) jest.mock('react-native-share', () => jest.fn()) jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper') -jest.useFakeTimers() //jest.mock('react-native-reanimated', () => { // const Reanimated = require('react-native-reanimated/mock') // Reanimated.default.call = () => {}