rn-youtube-embed
v0.1.1
Published
WebView based YouTube embed for React Native
Downloads
2
Maintainers
Readme
rn-youtube-embed
WebView based YouTube embed for React Native
Installation
npm install rn-youtube-embed
or
yarn add rn-youtube-embed
Usage
import YoutubeEmbed from 'rn-youtube-embed';
const App = () => {
return (
<YoutubeEmbed
videoId="M7lc1UVf-VE"
/>
)
}
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT