Asim Ahmed Nehal

Results 5 issues of Asim Ahmed Nehal

window.plugins.sqlDB.copy(dbname, location, success,error); showing database already exists. But I don't understand where the db file coping. I set the location 0 for android. what is that mean in android?

I am trying to copy my .db file in another location. destination is added (**/storage/emulated/0/backups/**) But not working!!

Access denied, when I tried to use moveFile.. I have made changes to manifest as below, but still not working same error...any SOLUATION????? android:requestLegacyExternalStorage="true" android:preserveLegacyExternalStorage="true" ![image](https://github.com/itinance/react-native-fs/assets/47064533/edb8e034-e2c0-4b73-ac0a-001a9d8b0832)

Hi, I'm in the process of developing a census surveillance system using SQLite storage in React Native. However, I'm encountering a performance issue. Initially, when I log in for the...

I have all permission. But still shows error. Possible Unhandled Promise Rejection (id: 2): Error: ENOENT: /storage/emulated/0/Download/DataBackup/prf.db: open failed: EACCES (Permission denied), open '/storage/emulated/0/Download/DataBackup/prf.db' THIS IS MY CODE. const onShare=()=>{...