Unable to resolve module @react-native-community/progress-bar-android
What react-native version are you using?
"react-native": "0.63.3"
What react-native-pdf version are you using?
"react-native-pdf": "6.3.0"
What platform does your issue occur on? (android/ios/both)
Android
Describe your issue as precisely as possible :
I perform the installation as the documentation says with:
npm install react-native-pdf rn-fetch-blob @react-native-community/progress-bar-android @react-native-community/progress-view --save
and the following versions of the libraries are installed:
"@react-native-community/progress-bar-android": "1.0.4" "@react-native-community/progress-view": "1.3.1" "rn-fetch-blob": "0.12.0"
I also tried:
cd ./android/
./gradlew clean
rm -rf ./node_modules/
rm ./package-lock.json
npm install
react-native start --reset-cache
Join a screenshot or video of the problem on the simulator or device?


Show us the code you are using? I only import the library
import Pdf from 'react-native-pdf';
☝️I am also encountering this problem and haven't found any solution yet