Large project file size

I’m curious if anyone would know why…

When I have an expo project saved on my computer and I copy and paste the entire folder to make a copy, why does the size of both folders almost double? The current copy of my project is up to 340MB

Because the node_modules file. It’s all the libs, you shouldn’t copy them around, instead just yarn or npm install again.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.