Domthegrom / 24

1 stars 0 forks source link

Move Source files to a src directory #8

Closed dawidvdh closed 6 years ago

dawidvdh commented 6 years ago

Move the application source to a src folder this creates a contextual space for working but also separates the code created from the actual framework (expo in this case).

so that the structure is something like:

...
- `.expo`
- `node_modules`
- `src`
--- `screens`
--- `navigation`
--- `components`
...
Domthegrom commented 6 years ago

Yeah, restructuring is something on the this for me I'll take lead on this.