79444850

Date: 2025-02-17 08:49:32
Score: 2.5
Natty:
Report link
await Sharing.shareAsync(
   FileSystem.documentDirectory + 'SQLite/main', 
   {dialogTitle: 'share or copy your DB via'}
).catch(error =>{
   console.log(error);
})

I have a problem copying an active database with this method, as the data doesn't seem up to date. Are there solutions beyond closing the database?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Marcello