Releases: davidohayon669/react-native-youtube
Releases · davidohayon669/react-native-youtube
v2.0.0
New major version out of beta (but not all things were smoothed out)
Major issues to keep working on:
- Figure out ways / best practices for working with the Android version and different react navigation solutions without hitting the UNAUTHORIZED_OVERLAY error (#390)
- Android's many known issues. Might add the ability to use Android YouTube Player as an alternative
- Android's IllegalStateException (#238)
v2.0.0-beta.3
YouTubeStandaloneIOS
now uses AVPlayer and supports iOS 13
Breaking Changes
YouTubeStandaloneIOS.playVideo()
resolves when the video is successfully launched. (Not when the user exits the modal, or the video ends, like before)
v2.0.0-beta.2
What's new
- iOS now uses YoutubePlayer-in-WKWebView as a Cocoapods native dependency. This is a fork of the original Google library that upgraded to a WebKit WebView and seems to be well maintained. Functionality and behaviour SHOULD remain similar.
- Android implements a mechanism that periodically refreshes the native players' controls (c9a0c38), so they always display correct. (#362, #354, #349, #131)
Breaking Changes
videosIndex()
,currentTime()
, andduration()
were renamed togetVideosIndex()
,getCurrentTime()
, andgetDuration()
onProgress
event (iOS) doe's not returne.duration
anymore, usegetDuration()
to get the duration of the currently playing video
v2.0.0-beta.1
- Upgrade SDK targets in build.gradle
- Upgrade to AndroidX
No breaking changes
v2.0.0-beta
Breaking Changes: React Native is officially supported from version 0.60
v1.1.0
v1.0.0-beta.3
Fixed compatibility with RN >= 0.47 on Android
v1.0.0-alpha.6
#161 and other stuff solved
v0.8.2
.npmignore fix