Merge branch 'master' into feat/make_controls_testable_in_sample

This commit is contained in:
Olivier Bouillet
2022-09-28 23:26:50 +02:00
committed by GitHub
9 changed files with 108 additions and 22 deletions

View File

@@ -1,9 +1,10 @@
## Changelog
### Version 6.0.0-alpha.4
- Sample: Add react-native-video controls support [#2852](https://github.com/react-native-video/react-native-video/pull/2852)
- Add full screen button in default android controls [#2763](https://github.com/react-native-video/react-native-video/pull/2763)
- Android: Add full screen button in default android controls [#2763](https://github.com/react-native-video/react-native-video/pull/2763)
- Android: Switch Google's maven repository to default `google()` [#2860](https://github.com/react-native-video/react-native-video/pull/2860)
- Android: Implement focusable prop so the video view can toggle whether it is focusable for non-touch devices [#2819](https://github.com/react-native-video/react-native-video/issues/2819)
### Version 6.0.0-alpha.3
- fix ios build [#2854](https://gthub.com/react-native-video/react-native-video/pull/2854)