https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b9a8161d81fcb7519fc431b7aea7832009e356ab authored by ankit-tailor on 03 November 2022, 11:29:16 UTC
fix: add scale flex direction
Tip revision: b9a8161
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