3d40461a32
- allow to set multiple video to to play and zap to next channel - display toast on error - add resizing test - add a seek bar - add text and audio tracks picker - add loader during buffering - add repeat mode test - add toggle fullscreen
33 lines
918 B
JSON
33 lines
918 B
JSON
{
|
|
"name": "VideoPlayer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start",
|
|
"android": "react-native run-android",
|
|
"postinstall": "rm -rf node_modules/react-native-video/{examples,node_modules}",
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@react-native-picker/picker": "^1.9.11",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"react": "^16.12.0",
|
|
"react-native": "0.61.5",
|
|
"react-native-video": "../../",
|
|
"react-native-windows": "^0.61.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.0",
|
|
"@babel/runtime": "^7.6.0",
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"@types/react": "^18.0.6",
|
|
"@types/react-native": "^0.67.6",
|
|
"babel-jest": "^24.9.0",
|
|
"eslint": "^6.4.0",
|
|
"jest": "^24.9.0",
|
|
"metro-react-native-babel-preset": "^0.56.0",
|
|
"react-test-renderer": "16.8.6"
|
|
}
|
|
}
|