Android MediaPlayer onTimedMetadata support

This commit is contained in:
Hampton Maxwell
2018-08-07 11:43:09 -07:00
parent 4fc0aab31c
commit 9dc218c7a1
2 changed files with 6 additions and 1 deletions

View File

@@ -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)