Pin & Penny expense tracker (web + expo-app)
This commit is contained in:
16
expo-app/app.json
Normal file
16
expo-app/app.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user