After installing the library and adding
dexOptions {
jumboMode = true
}
In the app/build.gradle then cleaning gradle and building the app again gives me:
* What went wrong:
Could not determine the dependencies of task ':react-native-pdf-lib:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':react-native-pdf-lib:debugCompileClasspath'.
> Could not find com.tom_roush:pdfbox-android:1.8.9.1.
Required by:
project :react-native-pdf-lib
I have only tested this on Android and not on iOS.