From b5c25777bd08cb0f75278c095fb406237c8c52b6 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Mon, 18 Feb 2019 23:22:20 -0800 Subject: [PATCH] Fix undefined variable --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ef4a32..e0471256 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Add controls support for ExoPlayer [#1414](https://github.com/react-native-community/react-native-video/pull/1414) * Fix check for text tracks when iOS caching enabled [#1387](https://github.com/react-native-community/react-native-video/pull/1387) * Add support for Picture in Picture on iOS [#1325](https://github.com/react-native-community/react-native-video/pull/1325) +* Fix UIManager undefined variable [#1488](https://github.com/react-native-community/react-native-video/pull/1488) ### Version 4.3.0 * Fix iOS video not displaying after switching source [#1395](https://github.com/react-native-community/react-native-video/pull/1395)