更新ios

This commit is contained in:
2026-01-16 19:45:48 +08:00
parent eb0098dc48
commit 9d35e5b334
197 changed files with 13758 additions and 345 deletions

View File

@@ -0,0 +1,6 @@
import { Platform, StatusBar } from 'react-native';
import { theme } from 'galio-framework';
export const StatusHeight = StatusBar.currentHeight;
export const HeaderHeight = (theme.SIZES.BASE * 3.5 + (StatusHeight || 0));
export const iPhoneX = () => Platform.OS === 'ios' && (height === 812 || width === 812);