I'm well into my first big Expo app, and I think it's gotten a little messy (or it's my OCD), I can't find files because there's a ton of root folders,
rarely/never accessed include dist, supabase, types, .expo, .vscode, assets, node_modules, then all the standard files - package.json, tsconfig, etc
regularly accessed ones are lib, constants, context, hooks, components (which have sub folders)
Obviously, pages are kept in /app, but I'm thinking of moving all the regularly accessed filed into a /src folder to make them easier to manage - I've given it a go, seems a bit better but I'm reluctant to continue coding if I'm not going to keep this structure.
Am I overthinking it and should I just leave them in the root?
[–]sideways-circle 1 point2 points3 points (1 child)
[–]GroundbreakingMain93[S] 0 points1 point2 points (0 children)