react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

onBuffering in IOS

Open HP161 opened this issue 4 years ago • 0 comments

Plesae help me! I can't use onBuffering in IOS.

here my code: const loadingBuff = (event) => { if (event.bufferRate == 100){ setLoading(false) } };

onBuffering={loadingBuff}

HP161 avatar Jun 15 '21 02:06 HP161