Commit 2ec347e7 authored by huaxiang's avatar huaxiang

Update README.md

parent 7368f83b
......@@ -75,9 +75,14 @@ android 文件下设置 local.properties 文件, 内容如下, sdk.dir 为 sdk
# header note.
sdk.dir=C\:\\Users\\33\\AppData\\Local\\Android\\Sdk
```
打包主要流程见 [react-native 安卓打包](https://reactnative.cn/docs/signed-apk-android)
打包主要配置流程见 [react-native 安卓打包](https://reactnative.cn/docs/signed-apk-android)
项目名称设置 android/app/src/main/res/valuse/strings.xml
项目图标设置 android/app/src/main/res 下 mipmap 相关文件
打包命令
```
cd android
./gradlew assembleRelease
```
### 相机文档
[react-native-camera](https://react-native-camera.github.io/react-native-camera/docs/api)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment