Pin & Penny expense tracker (web + expo-app)

This commit is contained in:
2026-09-18 16:09:05 +00:00
commit b394fd85a9
23 changed files with 8583 additions and 0 deletions

16
expo-app/app.json Normal file
View File

@@ -0,0 +1,16 @@
{
"expo": {
"name": "Pin & Penny",
"slug": "expense-tracker",
"version": "1.0.0",
"orientation": "portrait",
"newArchEnabled": true,
"platforms": ["ios", "android", "web"],
"web": {
"bundler": "metro"
},
"ios": {
"supportsTablet": true
}
}
}