react-native-documents/document-picker

save document picker ?

meypod opened this issue · 2 comments

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

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.