Reached heap limit Allocation failed - JavaScript heap out of memory #3097
Replies: 1 comment
-
It is fixed added
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Steps to reproduce
“Reached heap limit Allocation failed - JavaScript heap out of memory” is an error that occurs when the JavaScript heap in the browser runs out of memory. This error can be encountered during the Android build process in React Native projects, especially when dealing with large projects and numerous third-party libraries.
Expected results
There should be no build-time error.
Actual results
Currently, android build is failing
Build id (optional)
682198edd22084b5ed4ca08c
Beta Was this translation helpful? Give feedback.
All reactions