-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Description
We are facing crash in few of our IOS devices in production app having redux in our project. We are using following libraries in our project:
"react-redux": "7.2.5",
"redux": "4.1.1",
"redux-thunk": "2.3.0"
"react-native":"0.63.4"
We tried replicating the same in latest version of react native as well i.e 0.66.1. The issue can be replicated simply by creating a new project and adding redux to it. It works fine in debug mode and crashes on launch in Release mode.
When we comment Provider tag in index.js the app works perfectly fine in debug as well as release build.
Also, this works fine on Android debug and release mode. Only issue is replicating in IOS release build only.
Any help? Thanks in advance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels