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
We've identified a native-level bug that can be consistently reproduced when the following conditions are met:
The deepest view in the hierarchy is a Text component.
The background color of the view is set to a value with alpha = 0
There is an odd number of parent views between the Text component and the root of SplitViewScreen that have collapsable: false.
When all of the above conditions are true, the blur effect caused by the transparent background does not disappear under the primary column as expected.
Steps to reproduce
Run the example from snack
Click on some pressables - blur is left after unfocusing the element
Description
We've identified a native-level bug that can be consistently reproduced when the following conditions are met:
Textcomponent.alpha = 0Textcomponent and the root ofSplitViewScreenthat havecollapsable: false.When all of the above conditions are true, the blur effect caused by the transparent background does not disappear under the primary column as expected.
Steps to reproduce
Screen.Recording.2025-10-22.at.15.11.15.mov
Snack or a link to a repository
https://snack.expo.dev/@tomasz.boron/curious-indigo-ramen
Screens version
4.17.1
React Native version
0.82.0
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
No response
Acknowledgements
Yes