Created
May 16, 2018 09:36
-
-
Save evianzhow/ebd999430ad88a7f650d8e26ddc7c7b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ | |
├── ios/ | |
│ └── .gitignore | |
├── android/ | |
│ └── .gitignore | |
├── js/ | |
│ ├── App.js // react-native-router-flux 路由 | |
│ ├── actions/ | |
│ ├── assets/ // 素材内容 | |
│ ├── components/ // Pure Components | |
│ ├── containers/ // 包含业务逻辑的 Container Components | |
│ ├── env.js // 配置常量,例如 API Endpoint | |
│ ├── setup.js // 初始化 Root Component | |
│ ├── store/ | |
│ └── utils/ | |
├── .babelrc | |
├── .flowconfig | |
├── .buckconfig | |
├── .gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment