React Native Youtube-iframe
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