Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LonelyCpp/react-native-youtube-iframe
A wrapper of the Youtube-iframe API built for react native.
https://github.com/LonelyCpp/react-native-youtube-iframe
android expo iframe ios react-native youtube youtube-api youtube-player youtube-video
Last synced: 7 days ago
JSON representation
A wrapper of the Youtube-iframe API built for react native.
- Host: GitHub
- URL: https://github.com/LonelyCpp/react-native-youtube-iframe
- Owner: LonelyCpp
- License: mit
- Created: 2019-12-14T12:05:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T16:28:58.000Z (3 months ago)
- Last Synced: 2024-10-29T17:25:43.209Z (14 days ago)
- Topics: android, expo, iframe, ios, react-native, youtube, youtube-api, youtube-player, youtube-video
- Language: JavaScript
- Homepage: https://lonelycpp.github.io/react-native-youtube-iframe/
- Size: 9.79 MB
- Stars: 610
- Watchers: 8
- Forks: 155
- Open Issues: 84
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Youtube iframe
![npm](https://img.shields.io/npm/v/react-native-youtube-iframe?style=for-the-badge) ![npm](https://img.shields.io/npm/dm/react-native-youtube-iframe?style=for-the-badge)
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](./website/static/img/demo.gif?raw=true 'ios')
## Installation and Documentation
[react-native-youtube-iframe](https://lonelycpp.github.io/react-native-youtube-iframe/)
## Contributing
Pull requests are welcome!
Read the [contributing guide](./CONTRIBUTING.md) for project setup and other info
## License
[MIT](https://choosealicense.com/licenses/mit/)