https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 375e9f342a8b5ccb6408e92131e6318df0bfc9e8 authored by Ruchika Sharma on 23 September 2022, 11:44:29 UTC
fix: content changes in menu types
Tip revision: 375e9f3
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