94a866b48b
Expo 移动壳使用 SafeAreaProvider 和 SafeAreaView 包裹 WebView 新增安全区边界配置和测试 补充移动壳安全区依赖检查和架构文档
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
export const MOBILE_SHELL_SAFE_AREA_EDGES = [
|
|
'top',
|
|
'right',
|
|
'bottom',
|
|
'left',
|
|
] as const;
|