Skip to content

Redux Crashes the app in React Native IOS Release Build #4194

@tradebulls

Description

@tradebulls

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions