https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 9e5bb251f866d7e83afab4016eb0dd9396696c24 authored by Rohit Singh on 21 March 2022, 13:39:24 UTC
feat: v3.3.x theme object export
Tip revision: 9e5bb25
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