react-native-youtube-iframe
react-native-youtube-iframe copied to clipboard
Fix wrong type of onPlaybackRateChange prop
in the document, type of onPlaybackRateChange is (rate: number) => void.
but the type definition is written (event: string) => void