https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 51a558cf5f1f9eb634849c99d39727572453c91a authored by ankit-tailor on 26 August 2022, 11:49:49 UTC
fix: live color mode change
Tip revision: 51a558c
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