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
Hi, There is one issue.
In my app, If I click on the marker the map moves to that location and shows the modal.
But if I use modals together like this, there's an issue that the app freezes.
When I close the modal, it opens again and the app freezes.
modal.mp4
I think it's because of the conflict between Layout Animation and Modal animation.
I solved it by removing the code below. Is there a better solution?
Hi, There is one issue.
In my app, If I click on the marker the map moves to that location and shows the modal.
But if I use modals together like this, there's an issue that the app freezes.
When I close the modal, it opens again and the app freezes.
modal.mp4
I think it's because of the conflict between Layout Animation and Modal animation.
I solved it by removing the code below. Is there a better solution?
I saw the issue of react-native GitHub, and there were the same issues.
facebook/react-native#33733
facebook/react-native#34018
facebook/react-native#32504
But there seems to be no clear solution.
The text was updated successfully, but these errors were encountered: