ignore all react-native-.* package transforms

This commit is contained in:
Violet Caulfield
2025-04-06 10:40:52 -05:00
parent 789891f8ab
commit e107ee86fe

View File

@@ -5,6 +5,6 @@ module.exports = {
setupFilesAfterEnv: ["./jest/setup.js"],
extensionsToTreatAsEsm: ['.ts', '.tsx'],
transformIgnorePatterns: [
'node_modules/(?!(@)?(react-native|react-native-vector-icons|react-native-url-polyfill|react-navigation|react-native-track-player|jellyfin|burnt|expo|expo-.*)/)',
'node_modules/(?!(@)?(react-native|react-native-.*|react-navigation|jellyfin|burnt|expo|expo-.*)/)',
],
};