react-native-youtube
react-native-youtube copied to clipboard
A <YouTube/> component for React Native.
This PR adds the ability to start the YouTube video in the standalone player at a specific time https://github.com/mattermost/mattermost-mobile
## Summary - It closes #280. - Before this change, `seekTo` and `currentTime` worked with integer second. - It supports FLOAT SECONDS in the `seekTo` and `currentTime`. - I checked...
I am seeing the following behaviour: - Fullscreen button is not shown on iPhone (iOS 12) - Fullscreen button is shown on iPad but shows alert 'Your browser does not...
After installing react-native-video, I have been having problems running CircleCI tests (install dependencies). (The component works, but the CI tests don't) ps. i'm using typescript and jest [!] Error: Could...
I had some problems about showing portrait youtube videos. This article has really awesome solution. https://medium.com/@mridx/youtubestandaloneandroid-play-youtube-videos-in-portrait-mode-in-android-react-native-hack-edd0fdce6088 Please include this solution as an option to the library. Thanks.
I've just installed the package. Created a page, imported all as it written in instructions. But, it doesn't work due to error: 'Module not found: Can't resolve './YouTube... '
Android Forced to release fullscreen after full screen mode I used react-native-youtube 2.0
` { this.handlePlayerStatus(event.state); }} onChangeFullscreen={(event) => { this.handleFullscreen(event.isFullscreen); }} />` react version 0.60.5 Youtube video plays in full screen in landscape but soon pauses when we rotate the screen to...
When I change the quality from setting onChangeQuality not working.
I install using npm install react-native-youtube -S After installing I start to implement according to guide but whenever I try to import `import YouTube from 'react-native-youtube';` This screen come up...