Skip to content

Commit 9b274ba

Browse files
authored
Merge pull request #429 from getAlby/fix/liquid-glass
fix: use UIDesignRequiresCompatibility
2 parents 61e466e + e98e3ba commit 9b274ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export default ({ config }) => {
116116
infoPlist: {
117117
LSMinimumSystemVersion: "13.0",
118118
UIBackgroundModes: ["audio", "remote-notification"],
119+
UIDesignRequiresCompatibility: true,
119120
},
120121
userInterfaceStyle: "automatic",
121122
},

0 commit comments

Comments
 (0)