Victorio Molina

Results 24 comments of Victorio Molina

I have experienced the same issue and disable enableScreens() solves the problem

Thank you :D Awesome you included `.ts` support too. You saved my day.

@dev-andremonteiro @pouyarezvani @IjzerenHein I am using expo-image (similar to react native fast-image), with proper cache policies, and I can confirm these tricks doesn't work: 1. `enableScreens(false);` not working 2. `presentation:...

https://github.com/IjzerenHein/react-navigation-shared-element/issues/224

@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).

@MahmonirB I think this issue is because this library doesn't support Reanimated 3. Lot of boilerplate from v1 (which was supported on v2) has been removed in reanimated v3. Not...

This issue is a pain. I ve been more than 3 years trying to get this without tricky solutions.