feat: 适配 headerbar ios26

This commit is contained in:
richarjiang
2025-10-14 16:31:19 +08:00
parent cf069f3537
commit 435f5cc65c
41 changed files with 493 additions and 5445 deletions

View File

@@ -5,6 +5,7 @@ export const getStatusBarHeight = () => {
return StatusBar.currentHeight;
};
export const getDeviceDimensions = () => {
const { width, height } = Dimensions.get('window');