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 ?
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
Most helpful comment
@raminious , I've published a
betarelease to NPM, this feature is now available in0.10.0-beta.1.Upgrade the package via
See Document