https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 950b72796f96aae719dbc99b8b988919f43effea authored by Viraj-10 on 15 November 2022, 07:37:55 UTC
Merge branch 'patch' of github.com:GeekyAnts/NativeBase into exp/SimpleGrid
Tip revision: 950b727
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