Created
April 1, 2018 22:40
-
-
Save horacioh/da2fa30745cd6ff8e63006a453d189ee to your computer and use it in GitHub Desktop.
RN Scaffold - File tree
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
── MyApp | |
└── src | |
├── app | |
│ ├── index.js | |
│ ├── Root.js | |
│ ├── App.js | |
│ ├── config | |
│ │ └── index.js | |
│ ├── components | |
│ │ ├── index.js | |
│ │ ├── CommonComponent1 | |
│ │ └── CommonComponent2 | |
│ ├── assets | |
│ └── navigators | |
│ ├── index.js | |
│ ├── routes.js | |
│ ├── PrivateRootNavigator.js | |
│ └── PublicRootNavigator.js | |
└── auth | |
└── ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment