redux-persist
redux-persist copied to clipboard
If throttle is 0, do not use interval.
Fixes persistence in background.
This allows for persistence to fire in RN while in background if throttle is not 0, by removing intervals.
Please merge this
This fixes the issue where AsyncStorage does not set data on Android (onPause/onStop/onDestroy) but saves data on iOS.