Initial commit

Generated by create-expo-app 4.0.0.
This commit is contained in:
Davide Scaini
2026-06-02 16:19:04 +02:00
commit ee28cb0c30
17 changed files with 6257 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "bincio_rec_scaffold",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"expo": "~56.0.8",
"expo-status-bar": "~56.0.4",
"react": "19.2.3",
"react-native": "0.85.3"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"private": true
}