I'm working on a react native project for a startup, but lately I have been noticing some perfomance issues running the Xcode simulator. There is not much animation at all, but simple movements like keyboard toggle are running painfully slow. I am running a brand new MacBook Air, and this issue certainly wasn't existent when the project began. My project takes up 1.25GB, with the ios
folder taking up 844.3MB. Is this normal for what is right now a small project? Can I delete my ModuleCache.noindex
(616.8MB) folder? Give me some ideas.
Thanks!