Skip to content

nalimonti/rn-youtube-embed

Repository files navigation

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

About

WebView based YouTube embed for React Native

Resources

License

Stars

Watchers

Forks

Packages

No packages published