Doe
Doe

Reputation: 43

Redux Store Issue

We have an app developed using react native and redux (using redux persist as well). I observe that when I uninstall the app and install the updated app (my app still picks up the old state values from redux) which is very strange.

My understanding is when I uninstall the app all the values in redux should be wiped off and when I install the new app it should start afresh isn't it?

Upvotes: 0

Views: 89

Answers (2)

Zeerak Hameem
Zeerak Hameem

Reputation: 147

Some Android devices do that. I also faced this issue on some specific Android phones. Try testing it on some other device.

Upvotes: 0

Anurag Chutani
Anurag Chutani

Reputation: 595

Can you please check your initial state, when you are creating a reducer?

Upvotes: 1

Related Questions