https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 779b0d9d93b9914aa29a088cec550e279ac49939 authored by Viraj-10 on 30 May 2022, 13:53:04 UTC
fix: button specific prop fix fab
Tip revision: 779b0d9
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