I am looking for the db file so that I can edit it with the db browser.
I tried looking for it but couldn't seem to find it. I heard that it's impossible to find with "expo-sqlite" instead of "react-native-sqlite-storage".
I am looking for the db file so that I can edit it with the db browser.
I tried looking for it but couldn't seem to find it. I heard that it's impossible to find with "expo-sqlite" instead of "react-native-sqlite-storage".
Copyright © 2021 Jogjafile Inc.
As for the expo-sqlite docs looks like you need to configure sqlite server on your machine using SQLite
Once you'll do that you'll be able to access your db using the following script:
Hope that helps.