You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: