jamal
jamal

Reputation: 1105

React native different behaviour between debug mode and normal mode react-native": "0.60.4

React native different behavior between debug mode and normal mode redux updation working properly in debug mode but not in normal mode, I am using "react-native": "0.60.4". and I tried JSC build scripts for Android (https://www.npmjs.com/package/jsc-android). but still exists the problem, is there any solution?

Upvotes: 1

Views: 168

Answers (2)

Dev200
Dev200

Reputation: 50

while you running the app in emulator , emulator use the javascript engine of chrome, while you. running the app in your device its user javascript engine of your device, there is a chance decrease performance in device

Upvotes: 1

Gaurav Roy
Gaurav Roy

Reputation: 12215

Is the problem related to using date in your app? Because in debug mode , react native uses a diff engine to render and in normal mode, it uses a diff engine.

Upvotes: 0

Related Questions