Hemanth KV
Hemanth KV
> i find a solution you can remove "react-native-blob-util" and use "rn-fetch-blob" in react-native-pdf. steps: 1-remove react-native-blob-util 2- GO to node_modules->react-native-pdf->index.js 3-in line 22 change "react-native-blob-util" with "rn-fetch-blob" 4- save...
This Worked !! change the lines as per below for this issue:  File: [AppDelegate.mm](https://appdelegate.mm/) Before: RCTAppSetupPrepareApp(application); After: RCTAppSetupPrepareApp(application, true); Before: UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"Mobile", initProps); After: UIView *rootView...