Merge branch 'master' into fix-ios-rctswiftlog-collision

This commit is contained in:
Liam Potter
2022-09-28 22:31:37 +01:00
committed by GitHub
6 changed files with 45 additions and 7 deletions

View File

@@ -1,8 +1,10 @@
## Changelog
### Version 6.0.0-alpha4
- 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)
- Fix iOS RCTSwiftLog naming collision [#2868](https://github.com/react-native-video/react-native-video/issues/2868)
### Version 6.0.0-alpha3
- Fix ios build [#2854](https://github.com/react-native-video/react-native-video/pull/2854)