LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
603 stars 153 forks source link

Fix wrong type of onPlaybackRateChange prop #344

Open khg0712 opened 1 month ago

khg0712 commented 1 month ago

in the document, type of onPlaybackRateChange is (rate: number) => void. but the type definition is written (event: string) => void