I am using react-native-video
And it have a props called poster
which is working fine. But my requirement is to get that thumbnail from video (first frame of video). If I don't use poster
(which accept an url) then it is showing blank screen.
Any idea how to use first frame of video as thumbnail?
Thank You!!!