Add focusable prop

This commit is contained in:
Liam Potter
2022-09-26 01:51:18 +01:00
parent 9501d43357
commit 1406b9ad08
5 changed files with 29 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
## 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)
### Version 6.0.0-alpha3
- fix ios build [#2854](https://gthub.com/react-native-video/react-native-video/pull/2854)