-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Component unmounts when going to next screen #224
Comments
add cardStyle: {backgroundColor: 'transparent'} to options |
for me this helper add this styles to your
example from my code
|
@dirmich cardStyle: {backgroundColor: 'transparent'} didnt fix it for me. @adaryabegi Did you find a solution? |
I was able to reproduce it in the video shared below. RPReplay_Final1679185209.MP4 |
@pouyarezvani I think this has to do with caching and the second image being larger in size. Could you log out the sizes of both images? Also, is it always the second image in the list that produces the problem, or does it happen to particular image-url's and not to others? |
@IjzerenHein Same here. In my case, images loaded from cache too, with same dimensions (aprox) and a size of 100KB. I am using expo-image (most recent version). |
Was this ever solved? I'm having the same issue |
Hey guys. I am struggling here on an issue I can't figure out. So basically what I have, is 1 image that I want to transition into a full screen Image on a new screen. I followed the docs and its no big hack, just really simple, but as soon as the Image is almost on the new screen, it unmounts or something and then shows again.
Showcase of the problem:
Bildschirmaufnahme.2022-01-16.um.22.58.16.mov
I have a Navigator:
This is a Component called "NormalMessage" inside the "OneToOneScreen":
This is the component "ChatImgGallery":
Important package versions:
The text was updated successfully, but these errors were encountered: