Turned off automatic safe area in iOS

- Safe area implementations will solely depend on CSS styles for full control
- Eliminates doubled top and bottom padding in iOS
This commit is contained in:
Jose Olarte III
2025-06-09 20:20:17 +08:00
parent d3009406cf
commit e7f32efdfe

View File

@@ -32,7 +32,7 @@
} }
}, },
"ios": { "ios": {
"contentInset": "always", "contentInset": "never",
"allowsLinkPreview": true, "allowsLinkPreview": true,
"scrollEnabled": true, "scrollEnabled": true,
"limitsNavigationsToAppBoundDomains": true, "limitsNavigationsToAppBoundDomains": true,