From 78a57e10f7cc2f97e9d6e693a11747feeeb0f05c Mon Sep 17 00:00:00 2001 From: Olivier Bouillet <62574056+freeboub@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:31:09 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce25e7f3..9dbe56a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ ### 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) -- 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)