Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save dialog support ? #70

Open
meypod opened this issue Jul 6, 2023 · 0 comments
Open

Save dialog support ? #70

meypod opened this issue Jul 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@meypod
Copy link

meypod commented Jul 6, 2023

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

@meypod meypod added the enhancement New feature or request label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant