Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
769 views

I'm trying to implement file upload functionality in my React Native CLI project (targeting Android) using react-native-document-picker. I've encountered a compilation error related to ...
Arjun Singh's user avatar
1 vote
2 answers
3k views

I use expo document picker which works perfectly fine on android but on IOS, it does not work. I only get an option to open icloud and cannot browse through the device to pick a document. const ...
catBuddy's user avatar
  • 407
0 votes
1 answer
784 views

Update: This code works in the simulator, but not on my device. Obviously, I'm needing it to work on both. I've followed the tutorials, yet I cannot seem to get this feature to work. When the user ...
Christian W's user avatar
3 votes
2 answers
4k views

I'm trying to use document picker for my react-native app. I tried this command to install document picker: npm i react-native-document-picker. After writing some code, I open my app first on a web ...
anvuong's user avatar
  • 31
2 votes
2 answers
2k views

Does anyone know how to select a directory in react-native using react-native-document-picker? I have been using react-native-document-picker to select files of different extensions but I haven't come ...
Jonty Tyagi's user avatar
1 vote
1 answer
198 views

In one VC I am working in there are three buttons, and each button should present a document picker for different types of media. I have this configured-- but what I am not sure how to do is to handle ...
aritroper's user avatar
  • 1,709