python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Requiring private library in saga with hermes engine enabled causing max call stack size exceeded (native stack depth)
I'm currently trying to migrate our React Native application to leverage the hermes engine. When running the rootsaga with sagaMiddleware.run(rootSaga) we are getting the error: RangeError: Maximum ca...
Newoda
Votes: 0
Answers: 1
React Native build with productFlavors and hermes enabled crashes on app start
I tried to build my app using azure pipelines with this command assembleDevelopRelease. The build is successful but crashes on splashscreen.
project.ext.react = [
enableHermes: true, // clean...

Mervzs
Votes: 0
Answers: 0
React Native - iOS Release Builds taking time after enabling Hermes
I have a React Native Project created using the CLI. I enabled Hermes Engine for both Android and iOS.
When building the app on Azure DevOps CI:
Before Hermes: it took ~26 minutes
After Hermes: its ...

Ajay Gupta
Votes: 0
Answers: 1
debug or release apk not running on device/emulator. React native with hermes (rn-cli app with expo modules)
I created an RN application and it is not running on the device when I create an APK (debug or release)
It gives the following error (used flipper to get the logs)
It works when using the "npx re...

Darshan
Votes: 0
Answers: 0