mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
df490ee859
* fix: recover Android snapshots from system-only helper output * fix: tighten Android snapshot recovery follow-up * fix: preserve Android foreground container pruning
19 lines
440 B
JSON
19 lines
440 B
JSON
{
|
|
"expo": {
|
|
"name": "Agent Device Tester",
|
|
"slug": "agent-device-test-app",
|
|
"version": "1.0.0",
|
|
"orientation": "default",
|
|
"userInterfaceStyle": "automatic",
|
|
"plugins": ["expo-router"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.callstack.agentdevicelab"
|
|
},
|
|
"android": {
|
|
"package": "com.callstack.agentdevicelab",
|
|
"predictiveBackGestureEnabled": false
|
|
}
|
|
}
|
|
}
|