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"
package.json
– Interfluent"react-native": "0.64.0", "react-native-pdf": "^6.3.0", "react-native-blob-util": "^0.13.17"
. It's working without error. – Antepenult