We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
transformIgnorePatterns
1 parent e9f6d69 commit bc3d1bcCopy full SHA for bc3d1bc
website/docs/ReactNavigation.md
@@ -139,7 +139,7 @@ module.exports = {
139
preset: 'react-native',
140
setupFiles: ['./node_modules/react-native-gesture-handler/jestSetup.js'],
141
transformIgnorePatterns: [
142
- 'node_modules/(?!(jest-)?react-native|@react-native-community|@react-navigation)',
+ 'node_modules/(?!(jest-)?@?react-native|@react-native-community|@react-navigation)',
143
],
144
};
145
```
0 commit comments