From 97c1728bd2f99f5f6373937299ea492697315073 Mon Sep 17 00:00:00 2001 From: Priyanshu Agarwal Date: Tue, 1 Jul 2025 00:52:30 +0530 Subject: [PATCH] Update react-native-modal version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f145904..a14b937 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "react-native-modal": "^13.0.1" + "react-native-modal": "^14.0.0-rc.1" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.23.1",