0.1.1 • Published 2 years ago

rn-youtube-embed v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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