react-native-youtube-iframe-forked
TypeScript icon, indicating that this package has built-in type declarations

2.4.2 • Public • Published

React Native Youtube iframe

npm npm

This is a fork of the original react-native-youtube-iframe. This is not a newer implementation but and updated fork with the following features:

  • Manual Pause function using ref
  • Manual Play function using ref
  • Manual Stop function using ref

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

Package Sidebar

Install

npm i react-native-youtube-iframe-forked

Weekly Downloads

2

Version

2.4.2

License

MIT

Unpacked Size

70 kB

Total Files

24

Last publish

Collaborators

  • quadrified