Skip to content

Commit 6031fbe

Browse files
committed
example gif
1 parent 4794edf commit 6031fbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
[![npm version](https://badge.fury.io/js/react-native-youtube-sdk.svg)](https://badge.fury.io/js/react-native-youtube-sdk)
55

6+
![Example Gif](https://sharelist2me.s3-eu-west-1.amazonaws.com/repo/example.gif)
7+
68
## Progress
79

810
- [x] ios (implemented %80 - onReady, didChangeTo, onChangeState, onChangeFullscreen not implemented yet)

example/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class App extends React.Component {
1010
<YouTubePlayer
1111
ref={ref => (this.youTubePlayer = ref)}
1212
videoId="6Ofd2G89qJY"
13-
autoPlay={true}
13+
autoPlay={false}
1414
fullscreen={false}
1515
showFullScreenButton={false}
1616
showSeekBar={false}

0 commit comments

Comments
 (0)