Where to put Database files

I have several SQLite databases I want to add the my React-Native App. I do not want to download the databases through a remote URI, but basically install them with the App. Further, I need to able to replace them when the App is updated. How to access the FileSystem is well explained here. But I wonder …

… in which folder in my React Native project do I have to put the database files?

… if there are there differences on Android and iOS?

… if I have to change something in xCode or in some Android specific file for the App to be able to access the database?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.