react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.35k stars 441 forks source link

feat(windows): store directory for later access #639

Closed MacKenzieHnC closed 1 year ago

MacKenzieHnC commented 1 year ago

Summary

Closes #511. Allows permission to up to 1,000 directories. Further reading

FULL DISCLOSURE: I was unable to get the example to run before making any changes, and haven't fully debugged that, but this change has been tested in my other projects.

Test Plan

What's required for testing (prerequisites)?

No special setup. Simply use Windows.

What are the steps to reproduce (after prerequisites)?

Open a directory outside of the main app bundle and attempt to do file operations with it.

Compatibility

OS Implemented
Windows

Checklist

vonovak commented 1 year ago

thank you! :)