You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: