From fae09eb4cf7c9857c9eaf2ff9f32082ed2a8076a Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Thu, 27 Sep 2018 16:07:11 -0700 Subject: [PATCH] Support react-native-dom --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7f7ac3..28b56e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Reduce package size [#1231](https://github.com/react-native-community/react-native-video/pull/1231) * Remove unnecessary import in TextTrackType [#1229](https://github.com/react-native-community/react-native-video/pull/1229) * Prevent flash between poster and video [#1167](https://github.com/react-native-community/react-native-video/pull/1167) +* Support react-native-dom [#1253](https://github.com/react-native-community/react-native-video/pull/1253) ### Version 3.2.0 * Basic fullscreen support for Android MediaPlayer [#1138](https://github.com/react-native-community/react-native-video/pull/1138)