react-native-tvfocus
Version:
React Native tvOS and Android TV library to improve focus management with multiple screens.
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "react-native-tvfocus",
"version": "0.2.0",
"description": "React Native tvOS and Android TV library to improve focus management with multiple screens.",
"keywords": [
"react-native",
"react-native-tvos",
"tv",
"ios",
"tvos",
"android",
"android-tv",
"focus"
],
"license": "MIT",
"author": {
"name": "Samuel Elliott",
"url": "https://samuelthomas2774.github.io"
},
"homepage": "https://gitlab.fancy.org.uk/livetv-app/react-native-tvfocus",
"bugs": {
"url": "https://gitlab.fancy.org.uk/livetv-app/react-native-tvfocus/-/issues"
},
"repository": {
"type": "git",
"url": "https://gitlab.fancy.org.uk/livetv-app/react-native-tvfocus.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.0"
},
"devDependencies": {
"@types/node": "^14.14.16",
"@types/react": "^16.14.0",
"@types/react-native": "^0.63.0",
"react": "16.13.1",
"react-native": "^0.63.0",
"typescript": "^4.1.3"
}
}