expo-key-event
Version:
Provides an interface for reading key events such as from external bluetooth keyboards on Android, iOS and Web.
44 lines (43 loc) • 1.31 kB
JSON
{
"name": "expo-key-event-example-expo-54",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"e2e:server": "node e2e/server.js",
"e2e:web": "maestro test e2e/browser.e2e.yaml --headless",
"e2e:android": "maestro test e2e/maestro.e2e.yaml",
"e2e:ios": "maestro test e2e/maestro.e2e.yaml",
"e2e:web:all": "concurrently --kill-others 'npm run start' 'npm run e2e:web'",
"e2e:ios:build-and-test": "./e2e/ios-build-and-test.sh",
"e2e:android:build-and-test": "./e2e/android-build-and-test.sh",
"e2e:web:build-and-test": "./e2e/web-build-and-test.sh",
"e2e:all": "./e2e/run-all-tests.sh"
},
"dependencies": {
"expo": "~54.0.27",
"expo-dev-client": "~6.0.20",
"expo-status-bar": "~3.0.9",
"express": "^4.19.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-web": "^0.21.0"
},
"devDependencies": {
"@types/react": "~19.1.0",
"concurrently": "^9.2.1",
"typescript": "~5.9.2"
},
"private": true,
"expo": {
"autolinking": {
"nativeModulesDir": "../.."
}
}
}