Skip to content

Move react native source files in /src folder & aliased import #28

Open
@floridemai

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions