You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, personally havent hit on this one yet (probably because never finished any real RN app so far) so cannot help. But it's interesting when you guys start to hit it? Is it starting after your index.ios.js reaches a certain size?
Well, I'm not exactly sure, but I'm guessing that's the case. react native walks the generated file for all dependencies and at some point it runs out of memory.
Stack Trace
Reproduction
With a medium-complexity project...
lein prod-build
npm start
react-native run-ios
Context
The problem occurred despite the following:
--max_old_space_size=8192
already set inproject.pbxproj
:optimizations
set to:simple
The text was updated successfully, but these errors were encountered: