react-native-pdf icon indicating copy to clipboard operation
react-native-pdf copied to clipboard

Unable to resolve module @react-native-community/progress-bar-android

Open igperez-ar opened this issue 4 years ago • 1 comments

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?

image

image

Show us the code you are using? I only import the library

import Pdf from 'react-native-pdf';

igperez-ar avatar May 24 '21 16:05 igperez-ar

☝️I am also encountering this problem and haven't found any solution yet

alberttra avatar Oct 13 '21 08:10 alberttra