11 questions
2
votes
1
answer
769
views
## React Native Document Picker Android Build Error: `GuardedResultAsyncTask` Not Found
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 ...
1
vote
2
answers
3k
views
document picker IOS failing to work , only opens icloud
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 ...
0
votes
1
answer
784
views
How to Read Data from Text File iOS 15 [duplicate]
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 ...
3
votes
2
answers
4k
views
Cannot read property of undefined (reading 'pick') when trying to use document picker in react native
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 ...
2
votes
2
answers
2k
views
Picking directory in react native
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 ...
1
vote
1
answer
198
views
How to set up multiple UIDocumentPickers in the same VC
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 ...