Files
callstack__agent-device/examples/test-app/app.json
Michał Pierzchała df490ee859 fix: recover Android snapshots from system-only helper output (#861)
* fix: recover Android snapshots from system-only helper output

* fix: tighten Android snapshot recovery follow-up

* fix: preserve Android foreground container pruning
2026-06-25 07:37:23 +02:00

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
}
}
}