-
-
Notifications
You must be signed in to change notification settings - Fork 98
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 resize problem #21
Comments
Hi! 👋 In order for image transitions to work perfectly, you need to restructure your code so that |
Humm, i get it, i tried so many ways to find a workaround to this problem and is that simple. I already tried this form, making a |
Glad it worked! |
@diegodls I'm facing the same issue and I've tried many things, but nothing seems to work |
@TheGreatFellow did you got it? i'm having the same problem :/ |
Facing the same issue, on both screens the |
any update? |
Hi guys, what's up?
So, i have using it to get a gorgeous transition effect, and it's a nice module, but i have this problem when i tried to reduce a image to fit in a
The first component is a MainScreen.js whit a list where my image is, the when i click in that component, my image should reduce a bit and fit into a rounded element in Details.js, but the image glitch before resize, but when i expand my image again in FullScreen.js, i have no problem at all, only when i try to fit a image in a element.
It's a problem with my code, react native rendering or the module?
Thanks for your time making this awesome module, and for helping.
Code:
https://github.com/diegodls/deputados_api_react_native/tree/master/src/screens
Exemple:
The text was updated successfully, but these errors were encountered: