Open
Description
Currently all application folders are relative to the root folder, which is not ideal (probably).
We should try and follow best practices and put all react native source files in /src
folder and we'll end up with a nice structure for app, android, ios and config files.
While working on this maybe we should replaced relative imports with aliased one helping us with future refactors.e.g. ../../atoms
=> components/atoms
Metadata
Assignees
Labels
No labels