https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f404ef798dc3e8683650ba3c795c81155153b620 authored by ankit-tailor on 31 October 2022, 10:59:27 UTC
fix: color mode button
Tip revision: f404ef7
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