https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 544e4f3ecec5720e4e2e9787949e0afe555ef578 authored by Suraj Ahmed on 19 April 2022, 11:27:43 UTC
fix: modal overlay issue fixes
Tip revision: 544e4f3
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