I am new to react native. I want to build an offline react native app for storing user data (Basic user details, user personal documents, images, etc). I already gone through some documents about react-native-sqlite-storage and I would like to integrate it. But not sure,
- If I can recover all the user data when user delete application data
- What is advantage of using react-native-sqlite-storage than redux-persist for offline app development?