top-tran/toptran-app/app.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2026-04-27 17:26:53 -03:00
{
"expo": {
2026-04-27 23:09:13 -03:00
"name": "toptran-app",
"slug": "toptran-app",
2026-04-27 17:26:53 -03:00
"version": "1.0.0",
"orientation": "portrait",
2026-04-27 23:09:13 -03:00
"icon": "./assets/toptranico.png",
2026-04-27 17:26:53 -03:00
"scheme": "toptranapp",
"userInterfaceStyle": "automatic",
"ios": {
2026-05-04 03:44:30 -03:00
"supportsTablet": true,
2026-05-04 16:06:03 -03:00
"bundleIdentifier": "com.toptran.app"
2026-04-27 17:26:53 -03:00
},
"android": {
2026-05-04 03:44:30 -03:00
"predictiveBackGestureEnabled": false,
2026-05-04 16:06:03 -03:00
"package": "com.toptran.app",
"versionCode": 1,
2026-05-04 19:36:30 -03:00
"version": "1.0.1",
"permissions": ["android.permission.RECORD_AUDIO"]
2026-04-27 17:26:53 -03:00
},
"web": {
"bundler": "metro",
2026-04-27 23:09:13 -03:00
"output": "static",
"favicon": "./assets/toptranico.png"
2026-04-27 17:26:53 -03:00
},
2026-05-03 01:16:25 -03:00
"plugins": [
"expo-router",
"expo-secure-store",
2026-05-04 03:44:30 -03:00
"expo-asset",
[
"expo-image-picker",
{
"photosPermission": "O app precisa de acesso à galeria para trocar sua foto de perfil."
}
],
"expo-font",
"expo-sharing",
"react-native-edge-to-edge"
2026-05-03 01:16:25 -03:00
],
2026-04-27 17:26:53 -03:00
"experiments": {
"typedRoutes": true
2026-05-04 03:44:30 -03:00
},
"extra": {
"router": {},
"eas": {
"projectId": "46790e12-238d-4e86-b778-603ee512de3b"
}
2026-04-27 23:09:13 -03:00
}
2026-04-27 17:26:53 -03:00
}
}