Files
2026-04-26 20:49:59 -04:00

21 lines
502 B
JSON

{
"expo": {
"name": "Agent Device Tester",
"slug": "agent-device-test-app",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"plugins": ["expo-router"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.callstack.agentdevicelab"
},
"android": {
"package": "com.callstack.agentdevicelab",
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
}
}
}