Run yarn install or npm install to install all dependencies
Run yarn set-realm and yarn run-android to debug app on android device and set port forward to enable 'realm' remote debugging.
yarn build:android to generate signed APK
-
Replace AsyncStorage with Realm
-
Add Permissionscheck popup on HomeScreen (https://github.com/yonahforst/react-native-permissions) -
Add Queueto solve 30s timeout on iOS devices -
Add Listeneron Upload to keep track of files that were backed up and store info in Realm -
Can remove RNFS since rn-background-upload reads image from path.
-
Try to add Restore info
-
Try to add Video Backup
-
Code Cleanup