https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 4a5cf9d5a5ac35e790881745345d1176c88e49b5 authored by Rohit Singh on 18 April 2022, 13:49:38 UTC
fix: checkbox,radio and icon
Tip revision: 4a5cf9d
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