react-native-youtube icon indicating copy to clipboard operation
react-native-youtube copied to clipboard

A <YouTube/> component for React Native.

Results 110 react-native-youtube issues
Sort by recently updated
recently updated
newest added

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

![Simulator Screen Shot - iPhone 13 - 2022-08-31 at 19 59 42](https://user-images.githubusercontent.com/2361140/187737082-da782e39-8250-44dd-8b60-68a8c082333a.png) ``` "react-native": "0.69.3", "react-native-youtube": "2.0.2", ```

added event types in onChangeState and onChangeQuality it add access to the event in process which will not lead them to error

Hello, community! I'm trying to find a way to display a PRIVATE video with this library. Is there a way to do that? I know that this is not an...

the one error event is showing this. {"error": "ERROR_CONNECTING_TO_SERVICE", "target": 1667} on realme Q the problem is bypassed by starting the youtube app. no acceptable solution to tell them all...

Hi, some users reported that the player is not showing any video. all reported users uses Huawei phones. i reproduced this bug on samsung galaxy a01 core test device. the...

crash logs Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'android.os.Bundle android.content.Intent.getExtras()' on a null object reference at com.google.android.youtube.player.YouTubeStandalonePlayer.getReturnedInitializationResult(Unknown Source:0) at com.inprogress.reactnativeyoutube.YouTubeStandaloneModule$1.onActivityResult(YouTubeStandaloneModule.java:44) at com.facebook.react.bridge.ReactContext.onActivityResult(ReactContext.java:277) Adding null check would help

I'm using Youtube player inside pageview, but getting issues with drag event.

Hello , I want to add the youtube player without any controls, in android **controls={2}** props hides the all controls , but for ios unable to hide the data with...