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

Image doesn't seem to shimmer #39

Open
UberMC opened this issue Dec 14, 2022 · 1 comment
Open

Image doesn't seem to shimmer #39

UberMC opened this issue Dec 14, 2022 · 1 comment

Comments

@UberMC
Copy link

UberMC commented Dec 14, 2022

Text shimmers, images don't, RN 0.68

@chaimPaneth
Copy link

Hi @UberMC

It worked for me after wrapping it in a View like so

<Shimmer style={styles.container}>
    <View style={{width: '100%', height: '100%'}}>
       <Image
          source={require("source")}
          resizeMode="mode"
          style={styles.image}
       />
    </View>
</Shimmer>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants