Last active
March 23, 2020 15:21
-
-
Save creotiv/628e57529e5900d24a3e4ee283304b65 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
. | |
├── src | |
│ ├── api | |
│ ├── reducers | |
│ ├── assets (global static) | |
│ │ ├── fonts | |
│ │ ├── images | |
│ ├── components | |
│ │ ├── views | |
│ │ ├── containers | |
│ ├── navigations | |
│ ├── screens | |
│ ├── styles | |
│ ├── utils | |
│ ├── index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment