react-native-PDFView
react-native-PDFView copied to clipboard
Android - Could not determine the dependencies of task ':react-native-view-pdf:compileDebugAidl'.
Could not determine the dependencies of task ':react-native-view-pdf:compileDebugAidl'.
Sorry, but description is too short to understand what's going on. Meantime did you try demo or clean project?
I added this to my build.gradle, hope it helps
buildscript {
ext {
...
pdfViewerVersion = "3.2.0-beta.1"
pdfViewerRepo = "com.github.mhiew"
}
}
I added this to my build.gradle, hope it helps
buildscript { ext { ... pdfViewerVersion = "3.2.0-beta.1" pdfViewerRepo = "com.github.mhiew" } }
Thank you it's work
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.