victorkvarghese / react-native-boilerplate

🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
MIT License
600 stars 209 forks source link

[Help needed] Logout or clear the store #23

Closed aravi365 closed 2 years ago

aravi365 commented 3 years ago

Can you please help me to clear or wipe the entire store or set everything in the reducers to initial value?

victorkvarghese commented 3 years ago

U need to use redux persist to clear the store and restart the js in the app. Use something like react native restart