Hacker News new | ask | show | jobs
by tomduncalf 1635 days ago
Can confirm this is true, however you should find that subsequent compiles are much quicker unless you’re doing something unusual.

If you’re just changing JavaScript it should be more or less instant (you may not even need to recompile, hit R in the packager console or use hot reloading). If you add a new native dependency or change some native code, it will have to recompile any affected parts of the code but you should still see much quicker compile times than from a clean state.