# only_商城RN版 **Repository Path**: yi-tao11/only-mall-rn-version ## Basic Information - **Project Name**: only_商城RN版 - **Description**: 模仿的是only品牌的商城,使用技术栈是react-nativeHooks版本,expo脚手架,相关环境配置在记录文档 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/yi-tao11/only-mall-rn-version - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-02 - **Last Updated**: 2023-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: React-native, React, TypeScript, expo ## README ## 启动环境 jdk-11.0.16 node版本>14 SDK Android 12版本 >>>Android SDK Platform 31 可以不使用官方模拟器 >>> Intel x86 Atom_64 System Image ![image] () ## Expo相关文档 https://docs.expo.dev/build-reference/simulators/ 使用expo需要按照官方文档进行注册一个账户 ## 本机打包apk命令 eas build -p android --profile preview ## 本机打包ios命令 eas build -p ios --profile preview ## expo线上生成.aab发布平台或ios eas build --platform android || ios ## 顶部tab栏消失 ## 顶部摄像头区域设置背景颜色 ## 开启苹果安全区域适配,需要在最顶层 ## 导航屏幕展示 设置配色方案 ## 背景模糊透明css backdrop-filter: saturate(180%) blur(20px); background-color: rgba(255,255,255,0.72);