@moxy/jest-config-react-native
Version:
MOXY's Jest configuration enhancer for React Native apps
8 lines (5 loc) • 329 B
JavaScript
/* eslint-env jest */
;
// Fixes warning for "Animated: useNativeDriver is not supported because the native animated module is missing..."
// See: https://github.com/ptomasroos/react-native-scrollable-tab-view/issues/642#issuecomment-593166721
jest.mock('react-native/Libraries/Animated/src/NativeAnimatedHelper');