react-native-youtube-iframe icon indicating copy to clipboard operation
react-native-youtube-iframe copied to clipboard

Fix wrong type of onPlaybackRateChange prop

Open khg0712 opened this issue 1 year ago • 0 comments

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

khg0712 avatar Jul 28 '24 10:07 khg0712