React Native Youtube Versions Save

A component for React Native.

v2.0.0

4 years ago

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

4 years ago

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

4 years ago

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 (c9a0c38c1799f7cfb7d3ad9435ad834c52ba56d8), 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

4 years ago
  • Upgrade SDK targets in build.gradle
  • Upgrade to AndroidX

No breaking changes

v2.0.0-beta

4 years ago

Breaking Changes: React Native is officially supported from version 0.60

v1.1.0

6 years ago

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

v1.0.0-beta.3

6 years ago

Fixed compatibility with RN >= 0.47 on Android

v1.0.0-alpha.6

6 years ago

#161 and other stuff solved

v0.8.2

6 years ago

v0.8.0

7 years ago
  • Android Support :tada: