Зачаток мобилки

This commit is contained in:
Халимов Рустам
2026-04-07 17:27:52 +03:00
parent 02043d4d97
commit abc491c042
32 changed files with 10377 additions and 1175 deletions

View File

@@ -11,6 +11,16 @@
"start": "npm run dev:web"
},
"devDependencies": {
"concurrently": "^9.1.0"
"concurrently": "^9.1.0",
"expo": "~54.0.33"
},
"overrides": {
"react": "19.1.0",
"react-dom": "19.1.0"
},
"dependencies": {
"@react-native-community/netinfo": "^11.4.1",
"react": "19.1.0",
"react-dom": "19.1.0"
}
}