@cellc/react-native-video-suite
Version:
The native video player for Black. It was forked from react-native-media-kit.
29 lines (28 loc) • 635 B
JSON
{
"name": "TestVideo",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^22.4.3",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"npm": "^6.0.1",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-media-kit": "file:../",
"react-native-swift": "^1.2.1"
},
"isSwift": true
}