Hi.
I am bundling a sqlite3 file with my react-native app.
For iOS, I can access easily by adding the file in XCode, and then access it with RNFS.MainBundlePath (I want to copy it to the Documents area so I can write on it)
How to do this on Android?