react-native-youtube-iframe
react-native-youtube-iframe copied to clipboard
A wrapper of the Youtube-iframe API built for react native.
**Describe the bug** Warning of `Webview Process Terminated` upon leaving a screen with the player on it. **To Reproduce** Navigate to a page with the player rendering a video. **Expected...
**Describe the bug** Seek To function not working I am tring to seek to duration -10, -100 etc **To Reproduce** Just Use library and check seek to previous duration in...
**Describe the bug** Even when allowWebViewZoom is present, the zooming doesn't work once the video has started. **To Reproduce** ``` console.log(event)} //onFullScreenChange={handleFullScreenChange} /> ``` **Expected behavior** zoom should work even...
Hi, I'm using the `YouTubePlayer` inside a `FlatList`. I want to use the `onChangeState` and `onReady` functions, but these functions don't seem to be working. When I try to use...
I'm trying to play the videos using the library, but I have this error. ERROR Invariant Violation: Failed to call into JavaScript module method WebViewMessageHandler7.onMessage(). Module has not been registered...
**Describe the bug** There doesn't appear to be any way to get a YouTube video to autoplay on Web (autoplay works fine on Android) **To Reproduce** `const playerRef = useRef(null);...
**Describe the bug** Suddenly today I am getting timeout errors and no YT videos will load. `Encountered an error loading page {"canGoBack": false, "canGoForward": false, "code": -8, "description": "net::ERR_TIMED_OUT", "loading":...
This way one can override the headers used
[in the document](https://lonelycpp.github.io/react-native-youtube-iframe/component-props#onplaybackratechange), type of `onPlaybackRateChange` is `(rate: number) => void`. but the type definition is written `(event: string) => void`
After reviewing the [YouTube Developer Policies](https://developers.google.com/youtube/terms/developer-policies-guide#your_api_service_must_reflect_a_user%E2%80%99s_standard_experience_on_youtube), I believe that using this package on mobile devices may violate the guidelines stated in the section "Your API service must reflect a user’s...