mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-28 08:58:50 +00:00
fix(js): fix onPlaybackStateChanged callback (#3753)
This commit is contained in:
+1
-1
@@ -549,7 +549,7 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
|
||||
onVideoEnd={onEnd}
|
||||
onVideoBuffer={onBuffer ? onVideoBuffer : undefined}
|
||||
onVideoPlaybackStateChanged={
|
||||
onPlaybackRateChange ? onVideoPlaybackStateChanged : undefined
|
||||
onPlaybackStateChanged ? onVideoPlaybackStateChanged : undefined
|
||||
}
|
||||
onVideoBandwidthUpdate={
|
||||
onBandwidthUpdate ? _onBandwidthUpdate : undefined
|
||||
|
||||
Reference in New Issue
Block a user