document-picker icon indicating copy to clipboard operation
document-picker copied to clipboard

feat: add property initialPath

Open luciferes opened this issue 4 years ago • 1 comments

Summary

add property initialPath to specify the starting directory for the document picker

Test Plan

What's required for testing (prerequisites)?

N/A

What are the steps to reproduce (after prerequisites)?

N/A

Compatibility

OS Implemented
iOS
Android

Checklist

  • [x] I have tested this on a device and a simulator
  • [x] I added the documentation in README.md
  • [x] I updated the typed files (TS and Flow)

luciferes avatar Oct 27 '21 07:10 luciferes

@luciferes great work! in making the picker support the initial path.

Can we please resolve the comments and move the PR forward?

bhavesh-kreeti avatar Jan 29 '23 18:01 bhavesh-kreeti

Hello, upon taking another look on this, I see that this won't work. ACTION_GET_CONTENT has no support for specifying initial url, and on iOS, the url needs to be security-scoped.

I'm going to close this because it doesn't seem that it's going to get done in this PR.

Thank you for your time and effort! :)

vonovak avatar Jun 03 '24 21:06 vonovak