From b86a2a7e12561ce01bc336947163aea9263c961b Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Sun, 3 Jun 2018 21:27:36 -0700 Subject: [PATCH] Add fix for multiple onEnd notifications on iOS --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2ce416..81bea39e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Changelog Upcoming release +* Prevent multiple onEnd notifications on iOS (https://github.com/react-native-community/react-native-video/pull/832) * Fix doing a partial swipe on iOS causing a black screen (https://github.com/react-native-community/react-native-video/pull/1048) * Fix crash when switching to a new source on iOS (https://github.com/react-native-community/react-native-video/pull/974) * Add cookie support for ExoPlayer (https://github.com/react-native-community/react-native-video/pull/922)