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

101
Views
react native pdf view error resolving dependency

I have been stuck with this problem in react native version 0.64 latest. pdf view is throwing an error while configuring. I don't understand and not found the right answer.

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can get more information about this error on this question: "JCenter is at end of life" android lint warning, what is the replacement?

You need to add mavenCentral() to android/build.gradle

repositories {
        google()
        jcenter()
        mavenCentral() //add this
    }

and

allprojects {
    repositories {
        ...
        google()
        jcenter()
        mavenCentral() //add this
        maven { url 'https://www.jitpack.io' }
    }
}
about 4 years ago · Juan Pablo Isaza Report
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!