wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.57k stars 532 forks source link

Android buld failed due to Caused by: org.gradle.api.internal.provider.AbstractProperty$PropertyQueryException: Failed to calculate the value of task ':react-native-pdf:processDebugManifest' property 'packageOverride'. #812

Open MilindKudale opened 5 months ago

saromi2009 commented 4 months ago

Hi, bit late but i had the same issue. i solved it by going to node_modules/react-native-pdf/android/src/main/AndroidManifest.xml and added package="org.wonday.pdf" to the manifest

this should solve the problem