Dev tools used:
- create-react-native-app //https://facebook.github.io/react-native/blog/2017/03/13/introducing-create-react-native-app
- android studio https://developer.android.com/studio/
- genymotion https://docs.expo.io/versions/latest/workflow/genymotion#__next
To work with SQLite directly:
- adb devices // see device_name
- adb -s {device_name} shell
- In adb sheel find . -name "{db name}" // gives pwd of the db = DBpwd Example: ./host.exp.exponent/files/ExperienceData/%40codalife%2FpillTracker/SQLite/medications
- sqlite3 DBpwd
- query db