Files
callstack__agent-device/examples/test-app/package.json
Michał Pierzchała 47b981c8ad feat: add gesture command coverage (#576)
* feat: add gesture command coverage

* fix: align iOS fling provider fixture

* feat: group gesture commands

* fix: clarify android gesture support

* feat: add android multitouch gestures

* fix: address gesture review feedback

* refactor: simplify gesture plumbing

* fix: keep gesture subcommands internal

* fix: update iOS provider pan transcript
2026-05-22 18:01:58 +02:00

38 lines
915 B
JSON

{
"name": "agent-device-test-app",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"ios": "expo start --ios",
"android": "expo start --android",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/metro-runtime": "~55.0.9",
"@react-navigation/native": "^7.2.2",
"expo": "~55.0.12",
"expo-constants": "55.0.12",
"expo-linking": "55.0.11",
"expo-router": "~55.0.11",
"expo-status-bar": "~55.0.5",
"react": "19.2.0",
"react-native": "0.83.4",
"react-native-gesture-handler": "^2.31.2",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~5.9.2"
},
"pnpm": {
"overrides": {
"@xmldom/xmldom": "0.8.13",
"postcss": "8.5.12",
"uuid": "14.0.0"
}
}
}