react-native-documents / document-picker

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

DocumentPicker.pickDirectory() is not working on ios #714

Closed jpancotti closed 2 months ago

jpancotti commented 2 months ago

Env: ios: 17.0 "react": "18.2.0", "react-native": "0.72.7", "react-native-document-picker": "8.2.2",

DocumentPicker.pickDirectory() shows the modal, and the "Open" button is enabled, but nothing happens when you press it, the modal doesn't close, the promise doesn't resolve.

vonovak commented 2 months ago

Hi! What was the issue? 🙂

Thank you