You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
Work fine with react-native-document-picker to pick files and get their path.
but can't get path for a directory.
constpath=awaitpickDirectory()if(path!==null){constrealPath=getPath(path.uri);// Error: Exception in HostFunction: java.lang.UnsupportedOperationException: Unsupported Uri // content://com.android.externalstorage.documents/tree/primary%3A...console.log(realPath);}
The text was updated successfully, but these errors were encountered:
See #18 I think maybe this library is not needed at all now. I am not an Android developer, and only found this solution to pick files somewhere, not sure I will be able to adapt to directories as well.
Work fine with
react-native-document-picker
to pick files and get their path.but can't get path for a directory.
The text was updated successfully, but these errors were encountered: