Tried to create build in iOS and Android. App is using react-native-pdf library. Getting build errors
Error: Unable to resolve module react-native-blob-util from /Users/runner/work/1/s/node_modules/react-native-pdf/index.js: react-native-blob-util could not be found within the project or in these directories: node_modules ../../node_modules
We tried adding react-native-blob-util to package.json. But now getting duplicate symbols build error in iOS, because of react-native-blob-util
"react-native-blob-util": "^0.13.16", "react-native-pdf": "^6.4.0"
i get this case too and the best way is
npm uninstall react-native-blob-util
npm uninstall react-native-pdf
npm install [email protected]
npm i rn-fetch-blob
npm install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With