Skip to main content

React Native Youtube-iframe

npm npm

A wrapper of the Youtube-iframe API built 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
Docusaurus with Keytar