Skip to content

Instantly share code, notes, and snippets.

@horacioh
Created April 1, 2018 22:40
Show Gist options
  • Save horacioh/da2fa30745cd6ff8e63006a453d189ee to your computer and use it in GitHub Desktop.
Save horacioh/da2fa30745cd6ff8e63006a453d189ee to your computer and use it in GitHub Desktop.
RN Scaffold - File tree
── 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