Skip to content

Instantly share code, notes, and snippets.

@evianzhow
Created May 16, 2018 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evianzhow/ebd999430ad88a7f650d8e26ddc7c7b5 to your computer and use it in GitHub Desktop.
Save evianzhow/ebd999430ad88a7f650d8e26ddc7c7b5 to your computer and use it in GitHub Desktop.
/
├── 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