https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: bb586bafb6b626a5dd5ba6bf7c488cd2dcd84127 authored by Suraj Ahmed on 07 January 2022, 11:56:08 UTC
Merge branch 'patch' of github.com:GeekyAnts/NativeBase into fix/slide-issue
Tip revision: bb586ba
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