-
Notifications
You must be signed in to change notification settings - Fork 454
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)
Assets 2
2 people reacted
v2.0.0-beta.3
v2.0.0-beta.3
Pre-release
Pre-release
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)
Assets 2
v2.0.0-beta.2
v2.0.0-beta.2
Pre-release
Pre-release
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()onProgressevent (iOS) doe's not returne.durationanymore, usegetDuration()to get the duration of the currently playing video
Assets 2
v2.0.0-beta.1
v2.0.0-beta.1
Pre-release
Pre-release
- Upgrade SDK targets in build.gradle
- Upgrade to AndroidX
No breaking changes
Assets 2
v2.0.0-beta
v2.0.0-beta
Pre-release
Pre-release
Breaking Changes: React Native is officially supported from version 0.60
Assets 2
v1.1.0
Assets 2
v1.0.0-beta.3
Fixed compatibility with RN >= 0.47 on Android
Assets 2
v1.0.0-alpha.6
#161 and other stuff solved
Assets 2
v0.8.2
.npmignore fix
Assets 2
0.8.0
- Android Support π