Skip to content

ios: Disable Liquid Glass UI for iOS 26 compatibility#5990

Open
bobbythelobster wants to merge 1 commit intoEdgeApp:developfrom
bobbythelobster:edgar/disable-liquid-glass
Open

ios: Disable Liquid Glass UI for iOS 26 compatibility#5990
bobbythelobster wants to merge 1 commit intoEdgeApp:developfrom
bobbythelobster:edgar/disable-liquid-glass

Conversation

@bobbythelobster
Copy link
Copy Markdown

@bobbythelobster bobbythelobster commented Apr 3, 2026

Set UIDesignRequiresCompatibility=YES in Info.plist to opt out of Apple's new Liquid Glass design language in iOS 26. This reverts to the previous stable UI style until the app is ready to adopt the new design system.

This is a temporary compatibility flag — Apple recommends it for apps that need time to adapt to the new design. Can be removed once Edge's UI is updated for Liquid Glass.

Ref: facebook/react-native#52823


Note

Low Risk
Low risk plist-only change that only affects iOS UI appearance/compatibility behavior; no app logic, data, or security paths are modified.

Overview
Adds UIDesignRequiresCompatibility set to true in ios/edge/Info.plist to force iOS compatibility UI behavior (opting out of the new Liquid Glass design) for iOS 26.

Reviewed by Cursor Bugbot for commit 112a076. Bugbot is set up for automated code reviews on this repo. Configure here.

Set UIDesignRequiresCompatibility=YES in Info.plist to opt out of
Apple's new Liquid Glass design language in iOS 26. This reverts
to the previous stable UI style until the app is ready to adopt
the new design system.

Ref: facebook/react-native#52823
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants