https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 575b560c22d0ae39f81d24237a961a9d384e7aab authored by amars29 on 01 March 2022, 09:22:38 UTC
feat: adding alias for heading tags
Tip revision: 575b560
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