diff --git a/CHANGELOG.md b/CHANGELOG.md index 03882943..c972dde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +### Next Version +* Partial support for timed metadata on Android MediaPlayer [#707](https://github.com/react-native-community/react-native-video/pull/707) + ### Version 3.2.0 * Basic fullscreen support for Android MediaPlayer [#1138](https://github.com/react-native-community/react-native-video/pull/1138) * Simplify default Android SDK code [#1145](https://github.com/react-native-community/react-native-video/pull/1145) [#1146](https://github.com/react-native-community/react-native-video/pull/1146) diff --git a/README.md b/README.md index 6e55f39c..44ec5690 100644 --- a/README.md +++ b/README.md @@ -642,7 +642,9 @@ Example: } ``` -Platforms: Android ExoPlayer, iOS +Support for timed metadata on Android MediaPlayer is limited at best and only compatible with some videos. It requires a target SDK of 23 or higher. + +Platforms: Android ExoPlayer, Android MediaPlayer, iOS ### Methods Methods operate on a ref to the Video element. You can create a ref using code like: