javascript - React-Native - Big object -


i have big object size of 10000ko import file .js in components directory.

then got error :

fatal error: call_and_retry_last allocation failed - javascript heap out of memory.

the big object have lot of data, it's normal.

have solutions this? heard increasing memory don't know how , don't know if it's right solution.


Comments