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: add explicit pickDirectory() ios implementation #483

Closed vonovak closed 3 years ago

vonovak commented 3 years ago

Summary

Previously, pickDirectory() was not written for ios; this PR adds implementation of that method

Test Plan

tested on ios emulator using the example app

What's required for testing (prerequisites)?

run the example app

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS
Android

Checklist