Android Filesystem in production

I am frustrated by the difference in file system publishing apk , I am submitting my app for 5th time and it’s completely useless
Using Expo on real android device everything work as expected , storing FileSystem.documentDirectory+‘/SQLite/+’’ , however publishing the apk on the store or testing it locally these directories stay untouched
here is the error whenever the db needs to be accessed
.

  "packagerOpts": {
      "assetExts": ["db","json"] 
    },

packagerOpts looks like this
also the .db files are added in:

     "assetBundlePatterns": [
      "assets/*"
    ],

Thanks

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