https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 2d35210826fe9c6947751365bc197d4c137770e4 authored by mayank-96 on 05 May 2022, 10:49:53 UTC
fix: warning icon stroke width warning
Tip revision: 2d35210
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