mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-23 19:58:15 +00:00
11 lines
294 B
JavaScript
11 lines
294 B
JavaScript
module.exports = {
|
|
preset: 'react-native',
|
|
"transform": {
|
|
"^.+\\.(js)$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
|
|
},
|
|
modulePathIgnorePatterns: [
|
|
'react-native-fast-image-example*',
|
|
'react-native-fast-image-example-cocoapods*',
|
|
],
|
|
}
|