Environment
react: 17.0.2
react-native: 0.66.0,
Description
/node_modules/@react-native/polyfills/error-guard.js:14
type ErrorHandler = (error: mixed, isFatal: boolean) => void;
^^^^^^^^^^^^
SyntaxError: Unexpected identifier```
I Tried to ignore react native by ***transformIgnorePatterns**
``` "transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-native-confirmation-code-field|@react-native(-community)?)/)",
"node_modules/(?!(react-native-elements)/)",
"node_modules/(?!@react-native/|react-native)"
],```