We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be16d7 commit bb9209bCopy full SHA for bb9209b
readme.md
@@ -1,5 +1,7 @@
1
# React Native Youtube iframe
2
3
+ 
4
+
5
A wrapper of the Youtube IFrame player API build for react native.
6
7
- ✅ Works seamlessly on both ios and android platforms
@@ -49,7 +51,6 @@ const [playing, setPlaying] = useState(true);
49
51
volume={50}
50
52
playbackRate={1}
53
playerParams={{
- preventFullScreen: true,
54
cc_lang_pref: "us",
55
showClosedCaptions: true
56
}}
0 commit comments