Mário Prada

Results 2 comments of Mário Prada

Yup, happened to me as well! I removed the `SafeAreaView` and added some bottom padding.

For me the fix was removing the package name in `node_modules/react-native-pdf/android/src/main/AndroidManifest.xml` and adding that same namespace in `node_modules/react-native-pdf/android/build.gradle` like this: ``` android { namespace "org.wonday.pdf" ... } ```