Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DayvitSiqueira/6058503bc62ad0e9349d7fa786c5c8a2 to your computer and use it in GitHub Desktop.
Save DayvitSiqueira/6058503bc62ad0e9349d7fa786c5c8a2 to your computer and use it in GitHub Desktop.
FOR REACT NATIVE
root
├── src
│ ├── components
│ │ ├── Header
│ │ ├── ├── index.js
│ │ ├── ├── styles.js
│ │ ├── Card
│ │ ├── ├── index.js
│ │ ├── ├── styles.js
...
│ ├── assets
...
│ ├── config
...
│ ├── pages
│ │ ├── Register
│ │ ├── ├── index.js
│ │ ├── ├── styles.js
│ │ ├── Profile
│ │ ├── ├── index.js
│ │ ├── ├── styles.js
...
│ ├── services
│ │ ├── api.js
...
│ ├── helpers
│ │ ├── masks.js
│ │ ├── dateFormatter.js
...
│ ├── styles
│ │ ├── themes
│ │ ├── ├── dark.js
│ │ ├── ├── light.js
...
│ ├── store
...
├── index.js
│ routes.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment