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 2
2
3
3
A wrapper of the Youtube IFrame player API build for react native.
4
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
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
11
11
12
12
## Prerequisite
13
13
You can’t perform that action at this time.
0 commit comments