docs: 完成 APK 构建准备工作并生成详细构建指南
This commit is contained in:
@@ -16,7 +16,8 @@ export default ({ config }: ConfigContext): ExpoConfig => {
|
||||
"userInterfaceStyle": "automatic",
|
||||
"newArchEnabled": true,
|
||||
"ios": {
|
||||
"supportsTablet": true
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": `com.anonymous.x${projectId || '0'}`
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
|
||||
Reference in New Issue
Block a user