embeded youtube webview for react native
yarn add @lucky-cat-universe/react-native-youtube-webview
import { YoutubeWebview } from '@lucky-cat-universe/react-native-youtube-webview';
// ...
<YoutubeWebview
videoId="JOBURHZFQBI"
onPlayerError={console.log}
onPlayerReady={console.log}
onPlayerStateChange={console.log}
/>;
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library