expo-key-event
Version:
Provides an interface for reading key events such as from external bluetooth keyboards on Android, iOS and Web.
31 lines (30 loc) • 774 B
JSON
{
"expo": {
"name": "expo-key-event-example-expo-52",
"slug": "expo-key-event-example-expo-52",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "expo.modules.keyevent.exampleExpo52"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "expo.modules.keyevent.exampleExpo52"
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}