https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: ce193a5ce5d1943176754e31755d7816b0279cd6 authored by amars29 on 28 March 2022, 09:53:33 UTC
fix: removing shadow from Header
Tip revision: ce193a5
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