We switched from JSC to Hermes for our React Native app on Android.
Since publishing that change, we got a number of RangeError: Call stack size exceeded
crash reports.
In the long run, we should fix these recursive calls but for now:
Is there a difference in call stack size between JSC and Hermes?
If so: Can this call stack size be configured?
I know that the call stack size of V8 can be adjusted with
--stack_size
. Is there a similar option for Hermes?