File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# React Native Youtube iframe
22
3- A wrapper of the Youtube IFrame player API build for react native. A fully web based implementation with access to most APIs provided on the web.
3+ A wrapper of the Youtube IFrame player API build for react native.
4+
5+ ✅ Works seamlessly on both ios and android platforms
6+ ✅ Does not rely on the native youtube service on android (prevents unexpected crashes, works on phones without the youtube app)
7+ ✅ Uses the webview player which is known to be more stable compared to the native youtube app
8+ ✅ Access to a vast API provided through the iframe youtube API
9+ ✅ Supports multiple youtube player instances in a single page
10+ ✅ Works on modals and overlay components
411
512## Prerequisite
613
You can’t perform that action at this time.
0 commit comments