https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 7e558452f012ee197fc1871e47ff35fe52c66a0d authored by Viraj-10 on 03 August 2022, 07:01:36 UTC
v3.4.11-rc.0
Tip revision: 7e55845
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