christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

Removed jCenter dependency #236

Closed wbroek closed 2 years ago

wbroek commented 3 years ago

Because latest react native does not include jCenter as repository source the build will fail: https://github.com/christopherdro/react-native-html-to-pdf/issues/235 Removed jcenter as repository source and update the pdfbox-android dependency to use the one from mavenCentral

Coffeegerm commented 2 years ago

Seeing a build error in regards to fetching Junit from Jcenter for application. I believe this may be the fix that is necessary to resolve. Is there any chance this can be merged in soon?

christopherdro commented 2 years ago

Closes https://github.com/christopherdro/react-native-html-to-pdf/issues/240