I have a problem with react native android module, Is there any way to store callback functions in shared preferences? Idea is that to store call back functions in shared preferences to call them after app destroyed.
I have made a module to launch in background, It will start service after app destroyed, it is working, but after application destroyed, call back functions are removing from stack, I'm trying to find a way to store that functions and call them after app destroyed.
Please Help, Thank you so much.