UNPKG

@hcaptcha/react-native-hcaptcha

Version:

hCaptcha Library for React Native (both Android and iOS)

17 lines (16 loc) 489 B
module.exports = { preset: 'react-native', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testPathIgnorePatterns: ['/node_modules/'], modulePathIgnorePatterns: ['<rootDir>/react-native-hcaptcha/'], transformIgnorePatterns: [ 'node_modules/(?!(react-native' + '|@react-native' + '|@hcaptcha' + '|react-native-modal' + '|react-native-webview' + '|react-native-animatable' + ')/)', ], setupFiles: ['./jest.setup.js'], };