From d8190302cefbde5f8e9ccbf5b9eab54c15e74aeb Mon Sep 17 00:00:00 2001 From: Shreenija Reddy Daggavolu Date: Sat, 31 Aug 2024 20:00:54 -0500 Subject: [PATCH] need expo dev client --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b26f3ef..b5991da 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,10 @@ "@reduxjs/toolkit": "^2.2.5", "@types/react": "~18.2.45", "axios": "^1.7.2", - "expo": "latest", + "expo": "~51.0.17", "expo-app-loading": "^2.1.1", "expo-camera": "^15.0.11", + "expo-dev-client": "~4.0.25", "expo-linking": "^6.3.1", "expo-status-bar": "~1.12.1", "expo-web-browser": "^13.0.3", @@ -35,9 +36,9 @@ "lucide-react-native": "^0.381.0", "react": "18.2.0", "react-native": "0.74.2", - "react-native-gesture-handler": "^2.16.0", + "react-native-gesture-handler": "~2.16.1", "react-native-modal": "^13.0.1", - "react-native-pager-view": "^6.3.1", + "react-native-pager-view": "6.3.0", "react-native-qrcode-svg": "^6.3.1", "react-native-reanimated": "~3.10.1", "react-native-safe-area-context": "4.10.1",