https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 9a7a3cdaab5e440f07e14c2a5867d9aa2c2f32db authored by ankit-tailor on 19 October 2022, 18:17:18 UTC
fix: slider filled track horizontal calculation
Tip revision: 9a7a3cd
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