https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: a701a6741bd7279110bda0d02a4d4b1e24f16515 authored by ankit-tailor on 17 March 2022, 14:38:05 UTC
fix: popover design changes
Tip revision: a701a67
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