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.
1 parent 9100c21 commit 74acd58Copy full SHA for 74acd58
website/docs/ReactNavigation.md
@@ -140,6 +140,9 @@ module.exports = {
140
setupFiles: ['./node_modules/react-native-gesture-handler/jestSetup.js'],
141
transformIgnorePatterns: [
142
'node_modules/(?!(jest-)?@?react-native|@react-native-community|@react-navigation)',
143
+
144
+ // For pnpm you need to use inlcude `(?!(?:.pnpm/)?` part like this:
145
+ // 'node_modules/(?!(?:.pnpm/)?((jest-)?@?react-native|@react-native-community|@react-navigation))',
146
],
147
};
148
```
0 commit comments