react-native-fullscreen-video
Version:
A full-screen video component on top of react-native-video
26 lines (25 loc) • 833 B
JSON
{
"name": "react-native-fullscreen-video",
"version": "0.0.9",
"description": "A full-screen video component on top of react-native-video",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mostafa/react-native-fullscreen-video.git"
},
"dependencies": {
"react-native-video": "git+https://github.com/react-native-community/react-native-video#master",
"react-native-orientation": "git+https://github.com/yamill/react-native-orientation.git"
},
"keywords": [
"react-native",
"react-native-video",
"react-native-orientation"
],
"author": "Mostafa Moradian",
"license": "MIT",
"bugs": {
"url": "https://github.com/mostafa/react-native-fullscreen-video/issues"
},
"homepage": "https://github.com/mostafa/react-native-fullscreen-video#readme"
}