How to resolve “Animated: `useNativeDriver` is not supported because the native animated module is missing.” in react-navigation?

To disable this warning add either of the following to your test file.

jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');

or

jest.mock('NativeAnimatedHelp');

In your package.json file

"jest": {
    "setupFiles": [
      "./mock.js"
    ],

In mock.js

jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
jest.mock('NativeAnimatedHelp');

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)