17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"expo": {
|
|
"name": "Tally",
|
|
"slug": "expense-tracker",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"newArchEnabled": true,
|
|
"platforms": ["ios", "android", "web"],
|
|
"web": {
|
|
"bundler": "metro"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true
|
|
}
|
|
}
|
|
}
|