Skip to content

Commit 5457fe4

Browse files
committed
ios: Disable Liquid Glass UI for iOS 26 compatibility
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: react/react-native#52823
1 parent 1fc4086 commit 5457fe4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ios/edge/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,7 @@
179179
<array>
180180
<string>applinks:edge.app</string>
181181
</array>
182+
<key>UIDesignRequiresCompatibility</key>
183+
<true/>
182184
</dict>
183185
</plist>

0 commit comments

Comments
 (0)