-
-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Labels
Architecture: NewIssues related only to new architectureIssues related only to new architectureArea: SplitViewPlatform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is providedType: Native bug
Description
Description
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
Textcomponent. - The background color of the view is set to a value with
alpha = 0 - There is an odd number of parent views between the
Textcomponent 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
- Run the example from snack
- Click on some pressables - blur is left after unfocusing the element
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
Metadata
Metadata
Assignees
Labels
Architecture: NewIssues related only to new architectureIssues related only to new architectureArea: SplitViewPlatform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is providedType: Native bug