https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: bbd8c06b3d4870416fa5907afffa3bfa4dda7e8c authored by Viraj-10 on 20 October 2022, 13:23:48 UTC
Merge branch 'canary-minor' of github.com:GeekyAnts/NativeBase into minor
Tip revision: bbd8c06
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