Skip to content

Commit 0b51851

Browse files
committed
update-readme
1 parent ee9c73a commit 0b51851

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
## react-native-cnode
22

33
### 项目简介
4-
>
4+
> react-native-cnode是由react-native搭建的项目, 由于之前做过vue版本的cnode, 对于cnnode的api也比较了解, api方面就采用了cnode。
5+
6+
### 使用
7+
```js
8+
不管你是用windows还是mac都是要配置环境的, 如果没有配置环境, 项目是无法启动的,推荐按照官网配置环境和npm包。
9+
项目克隆: git clone https://github.com/wangdabaoqq/react-native-cnode.git
10+
安装依赖: yarn || npm install
11+
android: react-native run-android
12+
ios: react-native run-ios
13+
```
14+
### apk打包
15+
```
16+
关于打包apk还是要配置安卓的环境.
17+
我这里已经有打包完成的。地址我会放在最后。
18+
```
19+
### ios打包
20+
```
21+
ios的打包相对比较麻烦些, 我还没有进行打包,
22+
打包完成后我也会把打包完成的, 放在最后。
23+
当然也要配置环境。
24+
```
25+
### 地址
26+
[安卓打包教程]('https://reactnative.cn/docs/signed-apk-android/')
27+
[apk]('./src/package/app-release.apk')
28+

0 commit comments

Comments
 (0)