react-native-documents / document-picker

Document Picker for React Native

Home Page:https://react-native-documents.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

save document picker ?

meypod opened this issue · comments

commented

Currently it's only possible to pick a document to open
It would be nice if we could have a "save" mode of document picker as well,
to simply save bytes or text data to a file where user selects

it should be easy on android (ACTION_CREATE_DOCUMENT), but I don't know how the iOS side would be

commented

I'm down to work on the Windows side. It should be almost identical code there.

EDIT: on second-thought, wouldn't this be a react-native-fs request? If I understand, we would have to recreate a bunch of that functionality, since this repo doesn't actually deal with files.