2.0.18 • Published 3 years ago

groundup-rn-youtube-player v2.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Importing

import YouTube from 'groundup-rn-youtube-player';

Usage

<YouTube
  play={true}
  
  apiKey="YOUR_API_KEY"
  
  videoId="VIDEO_ID"

  markAsCompleteAfterPercent={90} //Percent from [0 - 100]
  onCompleted={() => {
    console.log('ON Completed');
  }}

  notifyAfterSeconds={3} //In Seconds
  onWatchedSeconds={(watchedSeconds) => {
    console.log('Watched:', watchedSeconds)
  }}


  style={{
    width,
    height: 300
  }}
/>
2.0.18

3 years ago

2.0.17

3 years ago

2.0.16

3 years ago

2.0.15

3 years ago

2.0.14

3 years ago

2.0.13

3 years ago

2.0.12

3 years ago

2.0.10

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago