https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 0b02e93399e1ae1af38e5d3eab1a3c59460d7402 authored by ankit-tailor on 27 April 2022, 11:49:08 UTC
fix: pseudo prop typing for button
Tip revision: 0b02e93
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