From f9af843a131861009deed9273c371753b9f0573e Mon Sep 17 00:00:00 2001 From: LeoTM <1881059+leotm@users.noreply.github.com> Date: Sat, 14 Mar 2026 17:05:19 +0000 Subject: [PATCH] Add @react-native/jest-preset to devDependencies Follows react-native-community#208 and facebook/react-native#55169, due in React Native 0.85. Missing in - react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1 - github.com/react-native-community/rn-diff-purge/compare/release/0.84.1..release/0.85.0-rc.0 Example: leotm/react-native-template-new-architecture#1918 [General][Fixed] - Add @react-native/jest-preset to package.json devDependencies Resolve: https://github.com/react-native-community/template/issues/211 Resolve: https://github.com/react-native-community/rn-diff-purge/issues/91 --- template/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/template/package.json b/template/package.json index 27c2beb..9a51482 100644 --- a/template/package.json +++ b/template/package.json @@ -24,6 +24,7 @@ "@react-native-community/cli-platform-ios": "20.1.0", "@react-native/babel-preset": "0.85.0-rc.1", "@react-native/eslint-config": "0.85.0-rc.1", + "@react-native/jest-preset": "0.85.0-rc.1", "@react-native/metro-config": "0.85.0-rc.1", "@react-native/typescript-config": "0.85.0-rc.1", "@types/jest": "^29.5.13",