We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While playing video in android the image is showing which i need to remove what should i do?
<Wrapper style={[styles.postImageStyle, { overflow: 'hidden' }]}> <VideoPlayer video={{ uri: videoUri }} thumbnail={{ uri: generatedThumbnail }} style={{ width: '100%', height: '100%' }} showDuration pauseOnPress fullScreenOnLongPress // resizeMode="stretch" customStyles={{ controls: { borderBottomLeftRadius: 20, borderBottomRightRadius: 20, }, seekBar: { height: 8, borderRadius: 4, overflow: 'hidden', }, seekBarProgress: { backgroundColor: COLOR.primaryColor, }, seekBarKnob: { backgroundColor: COLOR.primaryColor, }, }} /> </Wrapper>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While playing video in android the image is showing which i need to remove what should i do?
The text was updated successfully, but these errors were encountered: