Skip to content

Commit cbea8b7

Browse files
committed
update readme
1 parent db05005 commit cbea8b7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
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

0 commit comments

Comments
 (0)