From a276c52e169450f270ab4358d73b1281d8370349 Mon Sep 17 00:00:00 2001 From: Shrey Gupta Date: Fri, 6 Jun 2025 15:58:25 +0530 Subject: [PATCH] ECSAPP-1245 upgraded rn version for sample app --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index e2146fd..38e9047 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "@react-navigation/native-stack": "^6.9.10", "@ui-kitten/components": "^5.1.2", "react": "18.2.0", - "react-native": "0.71.0", + "react-native": "0.76.0", "react-native-gesture-handler": "2.9.0", "react-native-safe-area-context": "4.5.0", "react-native-screens": "3.20.0",