react-native-fs icon indicating copy to clipboard operation
react-native-fs copied to clipboard

Location of a created file on ios.

Open ankitsehgal94 opened this issue 5 years ago • 2 comments

Where can we see the created/downloaded files(photos, docs, pdf) in the real ios device? Photos can be seen in the photos of the iPhone, but what about other documents? I am creating an app where I am supposed to store the documents downloaded from the app on the device just like WhatsApp. But in ios, WhatsApp doesn't show any folder named as whatsapp. Can you please help me with this.

ankitsehgal94 avatar Jul 24 '19 08:07 ankitsehgal94

You can enable file sharing between your app and the Files app using the UISupportsDocumentBrowser property and setting it to Yes in your Info.plist file. See this.

wilbo avatar May 26 '21 09:05 wilbo

UISupportsDocumentBrowser

Tnks! Solved <3

pblab-dev avatar May 27 '22 20:05 pblab-dev