From 604250b4a65bd541c7c68b02f963f986736ed72c Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Sat, 13 Oct 2018 19:16:07 -0700 Subject: [PATCH] fullscreenOrientation option --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b135762..ad2684f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Support react-native-dom [#1253](https://github.com/react-native-community/react-native-video/pull/1253) * Update to ExoPlayer 2.8.2. Android SDK 26 now required [#1170](https://github.com/react-native-community/react-native-video/pull/1170) * Update to ExoPlayer 2.8.4 [#1266](https://github.com/react-native-community/react-native-video/pull/1266) +* Add fullscreenOrientation option for iOS [#1215](https://github.com/react-native-community/react-native-video/pull/1215) ### Version 3.2.0 * Basic fullscreen support for Android MediaPlayer [#1138](https://github.com/react-native-community/react-native-video/pull/1138)