Initial commit

This commit is contained in:
belviskhoremk
2026-05-08 13:01:47 +00:00
parent 864bbd389e
commit 9e663bdc8b
64 changed files with 20910 additions and 74 deletions

View File

@@ -10,10 +10,21 @@
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native/new-app-screen": "0.84.1",
"@react-navigation/bottom-tabs": "^7.15.7",
"@react-navigation/native": "^7.2.0",
"@react-navigation/native-stack": "^7.14.7",
"@tanstack/react-query": "^5.95.2",
"@types/react-native-vector-icons": "^6.4.18",
"axios": "^1.13.6",
"react": "19.2.3",
"react-native": "0.84.1",
"@react-native/new-app-screen": "0.84.1",
"react-native-safe-area-context": "^5.5.2"
"react-native-gesture-handler": "^2.30.0",
"react-native-safe-area-context": "^5.5.2",
"react-native-screens": "^4.24.0",
"react-native-vector-icons": "^10.3.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -38,4 +49,4 @@
"engines": {
"node": ">= 22.11.0"
}
}
}