avishayil / react-native-restart

React Native Package With One Purpose: To Restart Your React Native Project
MIT License
942 stars 150 forks source link

I don't want to reset Redux #264

Closed Bilal-Abdeen closed 9 months ago

Bilal-Abdeen commented 9 months ago

Description

Thank you for the excellent library. I want to use it to restart the app after changing the direction (LTR/RTL). However, I do NOT want to lose any data stored in Redux or AsyncStorage after restarting. Is this at all possible?

Is this a bug report or a feature request?

Library Version: 0.0.27

React Native Version: 0.73.4

Platform(s):

Description:

Steps to Reproduce (for bugs)

Expected Behavior:

Actual Behavior:

Reproducible Demo (for bugs)

Additional Context (optional)

Suggested Solution (for feature requests)

Related Issues (optional)

Your Environment

Operating System:

Development Environment:

Node.js Version:

NPM/Yarn Version:

Bilal-Abdeen commented 9 months ago

I found a solution - to use redux-persist.