Skip to content
New issue

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

Background image shows in android when video is playing #184

Closed
oneeb-asad opened this issue Sep 4, 2024 · 2 comments
Closed

Background image shows in android when video is playing #184

oneeb-asad opened this issue Sep 4, 2024 · 2 comments
Labels
stale Closed due to inactivity or lack or resources

Comments

@oneeb-asad
Copy link

WhatsApp Image 2024-09-04 at 16 32 28 (1)

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>
Copy link
Contributor

github-actions bot commented Dec 3, 2024

This issue is stale because it has been open for 30 days with no activity. If there won't be any activity in the next 14 days, this issue will be closed automatically.

@github-actions github-actions bot added the stale Closed due to inactivity or lack or resources label Dec 3, 2024
Copy link
Contributor

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Closed due to inactivity or lack or resources
Projects
None yet
Development

No branches or pull requests

1 participant