Skip to content

Commit dfd2dba

Browse files
committed
update README
1 parent 8843f38 commit dfd2dba

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// 使用 IntelliSense 了解相关属性。
3+
// 悬停以查看现有属性的描述。
4+
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "启动程序",
11+
"program": "${workspaceFolder}/start"
12+
}
13+
]
14+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
- [x] iOS 硬更新
88
- [ ] native 层
99

10+
### 项目架构
11+
- [x] react-native,
12+
- [x] react-navigation,
13+
- [x] redux,
14+
- [x] mobx,
15+
- [x] react-native-vector-icons
16+
- [x] react-native-splash-screen
17+
- [x] react-native-code-push
18+
...
19+
20+
### 自动化工具
21+
- [x] prettier
22+
1023
#### 案例效果图
1124
<center class="half">
1225
<img src="./assets/new_login.jpg" width="300px"/>

0 commit comments

Comments
 (0)