mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
21 lines
502 B
JSON
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
|
|
}
|
|
}
|
|
}
|