react-native-PDFView icon indicating copy to clipboard operation
react-native-PDFView copied to clipboard

support rn 71.1 project not found

Open ajiehatajie opened this issue 3 years ago • 3 comments

RN 71.1

 What went wrong:
Could not determine the dependencies of task ':app:minifyDevReleaseWithR8'.
> Could not resolve all task dependencies for configuration ':app:devReleaseRuntimeClasspath'.
   > Could not find com.github.mhiew:android-pdf-viewer:3.1.0-beta.1.
     Searched in the following locations:
       - https://oss.sonatype.org/content/repositories/snapshots/com/github/mhiew/android-pdf-viewer/3.1.0-beta.1/android-pdf-viewer-3.1.0-beta.1.pom
       - https://repo.maven.apache.org/maven2/com/github/mhiew/android-pdf-viewer/3.1.0-beta.1/android-pdf-viewer-3.1.0-beta.1.pom
       - file:/Users/legit-group/Documents/Works/Ismaya/kantor/fooma-apps/node_modules/jsc-android/dist/com/github/mhiew/android-pdf-viewer/3.1.0-beta.1/android-pdf-viewer-3.1.0-beta.1.pom
       - https://dl.google.com/dl/android/maven2/com/github/mhiew/android-pdf-viewer/3.1.0-beta.1/android-pdf-viewer-3.1.0-beta.1.pom
       - https://www.jitpack.io/com/github/mhiew/android-pdf-viewer/3.1.0-beta.1/android-pdf-viewer-3.1.0-beta.1.pom
     Required by:
         project :app > project :react-native-view-pdf

* Try:

ajiehatajie avatar Jan 30 '23 00:01 ajiehatajie

I added this to my build.gradle, hope it helps

buildscript {
    ext {
        ...
        pdfViewerVersion = "3.2.0-beta.1"
        pdfViewerRepo = "com.github.mhiew"
    }
}

denialfarizi1 avatar Mar 02 '23 14:03 denialfarizi1

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 15 '23 07:05 stale[bot]