Entire app reload on redux state change.

Hi Folks,

I don’t know if this is the right place for this. but yeah I am facing this problem with my expo app. it’s an e-commerce app. initially, I am fetching user cart items and storing them in the redux state. and when the user proceeds to add a new item to the cart. I then call an API to add and retrieve the new cart items and update the redux state with the new set of records. now the problem is. this reloads the entire app. and returns back to the home screen.

I don’t know why it’s doing that anyway.
please help.