This commit is contained in:
Mekan1206
2026-06-02 12:10:45 +05:00
parent 01b8d5c988
commit 3cac2d4051
7 changed files with 8598 additions and 269 deletions

View File

@@ -4,12 +4,15 @@
"version": "1.0.0",
"dependencies": {
"@expo/ui": "~56.0.15",
"@react-native-async-storage/async-storage": "2.2.0",
"expo": "~56.0.8",
"expo-constants": "~56.0.16",
"expo-dev-client": "~56.0.18",
"expo-device": "~56.0.4",
"expo-font": "~56.0.5",
"expo-glass-effect": "~56.0.4",
"expo-image": "~56.0.9",
"expo-keep-awake": "~56.0.3",
"expo-linking": "~56.0.13",
"expo-router": "~56.2.8",
"expo-splash-screen": "~56.0.10",
@@ -24,8 +27,10 @@
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-send-direct-sms": "^0.2.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.8.3"
"react-native-worklets": "0.8.3",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@types/react": "~19.2.2",
@@ -34,8 +39,8 @@
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},