2.0.18 • Published 2 years ago

groundup-rn-youtube-player v2.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

2.0.17

2 years ago

2.0.16

2 years ago

2.0.15

2 years ago

2.0.14

2 years ago

2.0.13

2 years ago

2.0.12

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago