I am having this recurring issue of not being able to create packages for iOS and android in react native. I recently upgraded the react native version from 0.59 to 0.74 and it seems very touchy. I will create an ios archive or android apk no problem. Then I will do some code changes. Not adding any new libs or running npm install, and suddenly creating an archive or apk no longer works. The only thing that fixes it is running npm install again. This slows me down quite a bit. Any thoughts on what the root cause could be? I don’t see how just make some code changes would break this. Never had this issue when working on RN 0.59. Let me know if showing my package.json or anything is needed.