Skip to content

LonelyCpp/react-native-youtube-iframe

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Nov 16, 2020
Oct 9, 2023
Jun 17, 2024
Jun 15, 2024
May 14, 2020
Aug 4, 2021
Nov 16, 2020
Apr 7, 2020
Aug 23, 2021
Oct 27, 2020
Jan 3, 2022
Jun 17, 2024
Oct 9, 2023
Jul 1, 2023
Aug 23, 2021
Aug 15, 2021

Repository files navigation

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