onReadyForDisplay not triggering for video

Does anyone else have any problems with onReadyForDisplay not triggering? It’s not triggering for me. I am using iOS here is my code:

<Video source={require('./vid.mp4')} onReadyForDisplay={this.handleImageLoad} rate={1} volume={1} muted={false} shouldPlay resizeMode="contain" useNativeControls />

And onReadyForDisplay never triggers for me. The vid does load.

Thanks for the report. I’ve opened an issue here. If possible, would you mind commenting on that thread to provide a Snack or some other code that reproduces this issue?

1 Like

Thanks! I’ll do that now.