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
Feature
In cases we have file path, this works great, but when we want to let the user save a file where they want, we have to jump to the native side to do the save requests/dialogs
Motivation
while react-native-document-picker works great for picking files to get the path and use this package to read the content, we don't have a way to write anything back to fs with control given to user, usually as a save dialiog/file picker
Details
I think both file picking for opening and file picking for saving, and writing to and reading from them, needs to be inside a single package, it makes more sense and potentially reuses some code
The text was updated successfully, but these errors were encountered:
Feature
In cases we have file path, this works great, but when we want to let the user save a file where they want, we have to jump to the native side to do the save requests/dialogs
Motivation
while
react-native-document-picker
works great for picking files to get the path and use this package to read the content, we don't have a way to write anything back to fs with control given to user, usually as a save dialiog/file pickerDetails
I think both file picking for opening and file picking for saving, and writing to and reading from them, needs to be inside a single package, it makes more sense and potentially reuses some code
The text was updated successfully, but these errors were encountered: