Skip to content

Commit bb9209b

Browse files
committed
add shield.io badges
update sample code
1 parent 9be16d7 commit bb9209b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# React Native Youtube iframe
22

3+
![npm](https://img.shields.io/npm/v/react-native-youtube-iframe?style=for-the-badge) ![npm](https://img.shields.io/npm/dm/react-native-youtube-iframe?style=for-the-badge)
4+
35
A wrapper of the Youtube IFrame player API build for react native.
46

57
- ✅ Works seamlessly on both ios and android platforms
@@ -49,7 +51,6 @@ const [playing, setPlaying] = useState(true);
4951
volume={50}
5052
playbackRate={1}
5153
playerParams={{
52-
preventFullScreen: true,
5354
cc_lang_pref: "us",
5455
showClosedCaptions: true
5556
}}

0 commit comments

Comments
 (0)