Files
tally/expo-app/app.json

17 lines
298 B
JSON

{
"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
}
}
}