alpha0010 / react-native-file-access

Filesystem access for React Native
MIT License
307 stars 19 forks source link

How to read a uri "content://" #15

Closed Nabeel20 closed 3 years ago

Nabeel20 commented 3 years ago

I am using react-native-document-picker and did not know how to 'read' the file? expo-file-system supports SAF URI (A SAF URI is a URI that is compatible with the Storage Access Framework.)

alpha0010 commented 3 years ago

Not yet implemented. Will see what I can do.