I used react-native-fetch-blob
to download file excel from api. I can see it's downloading successfully but as you know On iOS platform the directory path will be changed every time you access to the file system.
I show the path by console.log:
"/Users/admin/Library/Developer/CoreSimulator/Devices/749E7AAA-F568-4F56-9606-FF23E84946CF/data/Containers/Bundle/Application/95C3997D-BBB3-4FB3-94C4-ADB0331940B2/Bus_Booking.app/MYFILE.xlsx"
.
But when I go to the folder of the device, there are no files to see. How can I download and write the path where a user can see their device?