react-native-documents / document-picker

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

Added pickDirectory() implementation for Windows (proper PR) #444

Closed qmatteoq closed 3 years ago

qmatteoq commented 3 years ago

Summary

This PR adds Windows support for the pickDirectory() function.

Test Plan

image

What's required for testing (prerequisites)?

See the official prerequisites for React Native for Windows here

What are the steps to reproduce (after prerequisites)?

Move to the root of the project and run:

yarn example windows

Compatibility

OS Implemented
iOS
Android
Windows

Checklist

vonovak commented 3 years ago

thank you @qmatteoq! :)