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?