We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2544
before we dont need to set this condition it be enough to do that: if (visible) { <Modal ..../> }
without else { return null }
Note: with else { return null } did not work, still the same blinking
we can use this example, https://github.com/denysoleksiienko/react-native-modal-blinking because i have the same issues after using react native 0.76.5 and react-native-screens 4.0.0
https://github.com/denysoleksiienko/react-native-modal-blinking
4.5.0
0.76.6
iOS
None
iphone 15 pro Simulator
Yes
The text was updated successfully, but these errors were encountered:
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
Sorry, something went wrong.
No branches or pull requests
Description
#2544
before we dont need to set this condition
it be enough to do that:
if (visible) {
<Modal ..../>
}
without else { return null }
Note: with else { return null } did not work, still the same blinking
we can use this example, https://github.com/denysoleksiienko/react-native-modal-blinking
because i have the same issues after using react native 0.76.5 and react-native-screens 4.0.0
Steps to reproduce
#2544
Snack or a link to a repository
https://github.com/denysoleksiienko/react-native-modal-blinking
Screens version
4.5.0
React Native version
0.76.6
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
iphone 15 pro Simulator
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: