We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8843f38 commit dfd2dbaCopy full SHA for dfd2dba
.vscode/launch.json
@@ -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
@@ -7,6 +7,19 @@
- [x] iOS 硬更新
- [ ] native 层
+### 项目架构
+- [x] react-native,
+- [x] react-navigation,
+- [x] redux,
+- [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
23
#### 案例效果图
24
<center class="half">
25
<img src="./assets/new_login.jpg" width="300px"/>
0 commit comments