redux-persist icon indicating copy to clipboard operation
redux-persist copied to clipboard

If throttle is 0, do not use interval.

Open cristianoccazinsp opened this issue 3 years ago • 2 comments

Fixes persistence in background.

This allows for persistence to fire in RN while in background if throttle is not 0, by removing intervals.

cristianoccazinsp avatar Jul 24 '21 21:07 cristianoccazinsp

Please merge this

tuandinh0801 avatar Mar 07 '22 08:03 tuandinh0801

This fixes the issue where AsyncStorage does not set data on Android (onPause/onStop/onDestroy) but saves data on iOS.

Prosquid1 avatar May 16 '22 22:05 Prosquid1