• Stars
    star
    610
  • Rank 73,497 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A wrapper of the Youtube-iframe API built for react native.

React Native Youtube iframe

npm npm

A wrapper of the Youtube IFrame player API build for react native.

  • βœ… Works seamlessly on both ios and android platforms
  • βœ… Does not rely on the native youtube service on android (prevents unexpected crashes, works on phones without the youtube app)
  • βœ… Uses the webview player which is known to be more stable compared to the native youtube app
  • βœ… Access to a vast API provided through the iframe youtube API
  • βœ… Supports multiple youtube player instances in a single page
  • βœ… Fetch basic video metadata without API keys (uses oEmbed)
  • βœ… Works on modals and overlay components
  • βœ… Expo support

ios

Installation and Documentation

react-native-youtube-iframe

Contributing

Pull requests are welcome!

Read the contributing guide for project setup and other info

License

MIT