Skip to content

Releases: davidohayon669/react-native-youtube

v2.0.0

27 Oct 00:28
Compare
Choose a tag to compare

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

15 Oct 22:25
Compare
Choose a tag to compare
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)

v2.0.0-beta.2

11 Sep 14:50
Compare
Choose a tag to compare
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(), and duration() were renamed to getVideosIndex(), getCurrentTime(), and getDuration()
  • onProgress event (iOS) doe's not return e.duration anymore, use getDuration() to get the duration of the currently playing video

v2.0.0-beta.1

25 Aug 18:34
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • Upgrade SDK targets in build.gradle
  • Upgrade to AndroidX

No breaking changes

v2.0.0-beta

11 Aug 20:37
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

Breaking Changes: React Native is officially supported from version 0.60

v1.1.0

30 Jan 23:21
Compare
Choose a tag to compare

#131 Should have been solved completely. Feel free to give a feedback

v1.0.0-beta.3

11 Aug 15:29
Compare
Choose a tag to compare

Fixed compatibility with RN >= 0.47 on Android

v1.0.0-alpha.6

24 Jun 21:25
Compare
Choose a tag to compare

#161 and other stuff solved

v0.8.2

19 Apr 17:58
Compare
Choose a tag to compare
.npmignore fix

0.8.0

28 Sep 13:36
Compare
Choose a tag to compare
  • Android Support 🎉