navigate back button is freeze when using redux-persist in React Native
Author: yatessssCreated Jul 22, 2024Updated Jul 23, 2026
I upgraded React Native from version 0.67 to 0.71 and noticed that the navigation back button click is not working anymore(click yellow warning box is not working). However, using the goBack method or swiping gestures still work fine. Everything returned to normal after removing the redux-persist, but I'm not sure what caused the issue. I'm hoping someone can help me clarify this confusion.
https://github.com/user-attachments/assets/db665eda-d8c9-4d16-b774-8127884cdb1e
Source: rt2zz/redux-persist