react-native-pdf iOS and Android build errors

i get this case too and the best way is

  1. uninstall react-native-blob-util and react-native-pdf
npm uninstall react-native-blob-util
npm uninstall react-native-pdf
  1. install react-native-pdf version to 6.2.0

npm install [email protected]

  1. install rn-fetch-blob, or if you already have

npm i rn-fetch-blob

  1. npm install