jobtoday/react-native-image-viewing

Showing ImageView component in a Modal is not working properly when closing

tomruijgrok opened this issue · 0 comments

I implemented the image view component in a modal from React Native Navigation (wix). This works great and everything is working properly. However when I close the regular modal the close animation for the image view modal also pops up. Even though the image view modal is not being displayed.

WhatsApp.Video.2023-07-11.at.11.42.23.mp4

With a regular screen the library works great.

I tried to render the image view component conditionally. However this does not seem to have any impact. For some reason it overwrites it.
Furthermore I tried without a animationType. This also does not resolve the problem.