Make ios with notches prettier

This commit is contained in:
Jon Staab
2025-01-31 17:40:14 -08:00
parent def6de321c
commit bcd94ee75e
8 changed files with 64 additions and 7 deletions
+5
View File
@@ -12,6 +12,11 @@ const config: CapacitorConfig = {
androidSplashResourceName: "splash"
}
},
// Use this for live reload https://capacitorjs.com/docs/guides/live-reload
// server: {
// url: "http://192.168.1.251:1847",
// cleartext: true
// },
};
export default config;