Modal flickr in conditial displayed in react native 0.76.5 #48559
Labels
Component: Modal
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Description
in react native 0.76.4, and react native reanimated 3.16.6 and react native navigation 6. my problem if i use condition to display my react native Modal, i have a problem
i have 2 input each one contain a button open conditionaly a modal (instead switching true/false for visible prop of the modal)
if i use condition to open and close it, when closed should be removed from the memory or dom
but if i try to open the model of the second input the first one fliker a bit before when opened the modal of the second although i close the first modal
in the version previous of react native it work fine
Steps to reproduce
in react native 0.76.4, and react native reanimated 3.16.6 and react native navigation 6. my problem if i use condition to display my react native Modal, i have a problem
i have 2 input each one contain a button open conditionaly a modal (instead switching true/false for visible prop of the modal)
if i use condition to open and close it, when closed should be removed from the memory or dom
but if i try to open the model of the second input the first one fliker a bit before when opened the modal of the second although i close the first modal
in the version previous of react native it work fine
React Native Version
0.76.5
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
...
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: