Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

85
Views
Getting error 500 when using expo-document-picker

I am using Document Picker (Expo) . Just writing the simple code but it is throwing me error of 500 , i don't understand why it is throwing me this error .

The code library i m using is -> expo install expo-document-picker .

import * as DocumentPicker from 'expo-document-picker';

  const _pickDocument = async() =>{
    let result = await DocumentPicker.getDocumentAsync({});
    alert(result);
    console.log(result);
  }

<>
 <Button title="Select Document" onPress={_pickDocument} />
</>

It is the code which i m using in my project

Error showing in console ->

> 1 | import ExpoDocumentPicker from './ExpoDocumentPicker';
    |                                 ^
  2 | // @needsAudit
  3 | /**
  4 |  * Display the system UI for choosing a document. By default, the chosen file is copied to [the app's internal cache directory](filesystem.md#filesystemcachedirectory).

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!