https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: d3e9514611ec4f92a0b94e4981a6c831e7639c13 authored by ankit-tailor on 10 August 2022, 07:05:42 UTC
fix: hotfix buttongroup
Tip revision: d3e9514
jest-ios.config.js
const config = {
  preset: 'jest-expo/ios',
  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