Merge branch 'master' into feat/playback-ref-functions

This commit is contained in:
Krzysztof Moch
2023-09-29 22:44:32 +02:00
committed by GitHub
43 changed files with 4288 additions and 3133 deletions

View File

@@ -2,6 +2,9 @@
## Next
- iOS, Android: expose playback functions to ref [#3245](https://github.com/react-native-video/react-native-video/pull/3245)
- Windows: fix build error from over-specified SDK version [#3246](https://github.com/react-native-video/react-native-video/pull/3246)
- Windows: fix `onError` not being raised [#3247](https://github.com/react-native-video/react-native-video/pull/3247)
- **BREAKING CHANGE**❗Android: update isCodecSupported to return enum [#3254](https://github.com/react-native-video/react-native-video/pull/3254)
### Version 6.0.0-alpha.8
- All: Playing audio over earpiece [#2887](https://github.com/react-native-video/react-native-video/issues/2887)