react-native-pdf iOS and Android build errors
i get this case too and the best way is
- uninstall react-native-blob-util and react-native-pdf
npm uninstall react-native-blob-util
npm uninstall react-native-pdf
- install react-native-pdf version to 6.2.0
npm install [email protected]
- install rn-fetch-blob, or if you already have
npm i rn-fetch-blob
npm install