From f990ec9de12977d87673f587b72d0987d6c61a0b Mon Sep 17 00:00:00 2001 From: olivier bouillet Date: Mon, 1 Aug 2022 15:51:10 +0200 Subject: [PATCH 1/2] fix: invalid doc path --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 9ac52616..6d276cd0 100644 --- a/API.md +++ b/API.md @@ -436,7 +436,7 @@ Determines if the player needs to throw an error when connection is lost or not Platforms: Android ### DRM -To setup DRM please follow [this guide](./DRM.md) +To setup DRM please follow [this guide](./docs/DRM.md) Platforms: Android, iOS From edd0d4ec83f039bf7114ad35b4fbb8ea5f7a58ab Mon Sep 17 00:00:00 2001 From: olivier bouillet Date: Mon, 1 Aug 2022 15:51:57 +0200 Subject: [PATCH 2/2] chore: add warning in changelog to manage library upgrade to V6 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0778647..72d42d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ ### Version 6.0.0-alpha.1 - Remove Android MediaPlayer support [#2724](https://github.com/react-native-video/react-native-video/pull/2724) + **WARNING**: when switching from older version to V6, you need to remove all refrerences of android-exoplayer. This android-exoplayer folder has been renamed to android. Exoplayer is now the only player implementation supported. + - Replace Image.propTypes with ImagePropTypes. [#2718](https://github.com/react-native-video/react-native-video/pull/2718) - Fix iOS build caused by type mismatch [#2720](https://github.com/react-native-video/react-native-video/pull/2720) - ERROR TypeError: undefined is not an object (evaluating '_reactNative.Image.propTypes.resizeMode') [#2714](https://github.com/react-native-video/react-native-video/pull/2714)