Skip to content

Commit 5ccd3e3

Browse files
committed
Remove @react-navigation from transformIgnorePatterns
1 parent 67270af commit 5ccd3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"./node_modules/react-native-gesture-handler/jestSetup.js"
5252
],
5353
"transformIgnorePatterns": [
54-
"/node_modules/(?!react-native|@react-navigation)/.+"
54+
"/node_modules/(?!react-native)/.+"
5555
]
5656
}
5757
}

0 commit comments

Comments
 (0)