You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: