https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: d6997feaaec047aa4369f6eb956205028b1a175e authored by Suraj Ahmed on 06 July 2022, 11:06:00 UTC
v3.4.8-rc.1
Tip revision: d6997fe
jest-android.config.js
const config = {
  preset: 'jest-expo/android',
  transformIgnorePatterns: [
    '<rootDir>/../node_modules/(?!(jest-)?react-native|react-clone-referenced-element|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*)',
  ],
  setupFilesAfterEnv: ['<rootDir>/__mocks__/globalMock.js'],
};

module.exports = config;
back to top