feat: Phase 0 mobile app scaffold — Expo 55, SQLite, Feed/Import/Settings screens

This commit is contained in:
Davide Scaini
2026-04-24 10:39:06 +02:00
parent 565f5a3ff1
commit b37df88fe1
17 changed files with 1076 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
{
"name": "bincio",
"version": "0.1.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "expo lint"
},
"dependencies": {
"expo": "~55.0.0",
"expo-router": "~55.0.0",
"expo-sqlite": "~55.0.0",
"expo-document-picker": "~55.0.0",
"expo-file-system": "~55.0.0",
"expo-background-fetch": "~55.0.0",
"expo-task-manager": "~55.0.0",
"expo-notifications": "~55.0.0",
"expo-constants": "~55.0.0",
"expo-linking": "~55.0.0",
"expo-splash-screen": "~55.0.0",
"expo-status-bar": "~55.0.0",
"react": "19.0.0",
"react-native": "0.85.2",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.0.0",
"react-native-webview": "~13.16.0",
"@maplibre/maplibre-react-native": "~11.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~19.0.0",
"typescript": "~5.8.0"
}
}