React-native-fetch-blob: [IOS] UIDocumentInteractionController support

Created on 26 Aug 2016  路  6Comments  路  Source: wkh237/react-native-fetch-blob

In Android we can try to open a file by sending ACTION_VIEW intent, but there's no compensate API for IOS, maybe UIDocumentInteractionController is a good choice ?

beta discussion enhancement ios question ready to merge

Most helpful comment

@raminious , I've published a beta release to NPM, this feature is now available in 0.10.0-beta.1.

Upgrade the package via

$ npm install --save [email protected]

See Document

All 6 comments

when this feature will come ?

Hi @raminious , basically this is already finished but I was planned to release it with other features in 0.10.0. If you need this feature urgently I can publish a beta version (something like 0.10.0-beta.1) once I have time (perhaps in 2~3 days). How do you think ?

Awesome
This release can save my time, because I need this feature urgently.
Also I can test this feature from many aspects and send feedback.

Thanks a lot @wkh237

@raminious , I've published a beta release to NPM, this feature is now available in 0.10.0-beta.1.

Upgrade the package via

$ npm install --save [email protected]

See Document

Thank you for this update @wkh237

@wkh237
I tested these functions today and not work as expected #158

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nielsswinkels picture nielsswinkels  路  3Comments

Draccan picture Draccan  路  3Comments

nicholasstephan picture nicholasstephan  路  3Comments

fbacker picture fbacker  路  4Comments

NarendraSingh88 picture NarendraSingh88  路  3Comments