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