File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33A wrapper of the Youtube IFrame player API build for react native.
44
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
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
1111
1212## Prerequisite
1313
You can’t perform that action at this time.
0 commit comments