@lucky-cat-universe/react-native-youtube-webview
v0.2.2
Published
embeded youtube webview for react native
Readme
@lucky-cat-universe/react-native-youtube-webview
embeded youtube webview for react native
Installation
yarn add @lucky-cat-universe/react-native-youtube-webviewUsage
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
