
only happen in release
it's ok in debug.
You鈥檒l need to make sure DEV=true for your bundle - https://github.com/facebook/react-native/blob/3c2bb3e90a26a441b78eab5051f98d6d19623b56/Libraries/Core/InitializeCore.js#L232
HMRClient is disabled for release bundles in React Native for all platforms. JS bundle and Native build are separate though, so you could enable by using dev bundle for release configuration.
Disable hot reloading, it will work fine
@ManigandanRaamanathan But we need hot reloading, why is this happening and how can it solved otherwise? Thanks!
Most helpful comment
Disable hot reloading, it will work fine