alpha0010 / react-native-file-access

Filesystem access for React Native
MIT License
298 stars 18 forks source link

Save dialog support ? #70

Open meypod opened 1 year ago

meypod commented 1 year ago

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