From c1b7d0e1fbe68c8e8fced018f2b2ca105cc4aa1b Mon Sep 17 00:00:00 2001 From: Phil Bazun Date: Mon, 12 May 2025 14:43:04 +0200 Subject: [PATCH 1/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e2c0fa5..76b1a1ae 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0", "prettier": "^2.8.8", - "react": "18.3.1", + "react": "^19.0.0", "react-native": "^0.75.4", "react-native-localize": "^3.1.0", "react-native-test-app": "^4.0.7", From f996a85214dfe94dffd8fc6dd6a1ef85a80c17c9 Mon Sep 17 00:00:00 2001 From: Phil Bazun Date: Mon, 12 May 2025 14:48:07 +0200 Subject: [PATCH 2/3] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 76b1a1ae..4ca80d66 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "postinstall-postinstall": "^2.1.0", "prettier": "^2.8.8", "react": "^19.0.0", - "react-native": "^0.75.4", + "react-native": "^0.79.2", "react-native-localize": "^3.1.0", "react-native-test-app": "^4.0.7", "react-native-windows": "^0.75.10", @@ -108,8 +108,8 @@ }, "peerDependencies": { "expo": ">=50.0.0", - "react": "*", - "react-native": "*", + "react": "^19.0.0", + "react-native": "^0.79.2" "react-native-windows": "*" }, "peerDependenciesMeta": { From d129054cc4d48df58d8f5a1b1c0669799c52a47b Mon Sep 17 00:00:00 2001 From: Phil Bazun Date: Mon, 12 May 2025 14:52:53 +0200 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ca80d66..4962461b 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "peerDependencies": { "expo": ">=50.0.0", "react": "^19.0.0", - "react-native": "^0.79.2" + "react-native": "^0.79.2", "react-native-windows": "*" }, "peerDependenciesMeta": {