From a6db0a5d3fea5b78d2c4f9d20ef4b89520b18f3a Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Sat, 13 Oct 2018 20:24:08 -0700 Subject: [PATCH] Switch useTextureView to default to `true` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f7ce8f..8e84036a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * 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) * Update to ExoPlayer 2.9.0 [#1285](https://github.com/react-native-community/react-native-video/pull/1285) +* Switch useTextureView to default to `true` [#1286](https://github.com/react-native-community/react-native-video/pull/1286) ### Version 3.2.0 * Basic fullscreen support for Android MediaPlayer [#1138](https://github.com/react-native-community/react-native-video/pull/1138)