fix: improve basic player

- 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
This commit is contained in:
olivier bouillet
2022-04-26 22:59:04 +02:00
parent 1e0c99b32c
commit 3d40461a32
6 changed files with 660 additions and 60 deletions

View File

@@ -10,11 +10,12 @@
"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-windows": "^0.61.0-0",
"react-native-video": "file:../.."
"react-native-video": "../../",
"react-native-windows": "^0.61.0-0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
@@ -28,4 +29,4 @@
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
}
}
}