React Native Download Pdf
Run the following command with your project directory npm i rn-fetch-blob AndroidManifest.xml Add below permissions in AndroidManifest.xml <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" /> Code for download pdf open index.js and replace the code with the following code Index.js import React,{Component} from 'react'; import { View, Button, Alert, PermissionsAndroid} from "react-native"; import styles from './styles'; import RNFetchBlob from 'rn-fetch-blob'; class PdfDownload extends Component { actualDownload = (pdf_url,ID) => { const { config, fs } = RNFetchBlob; c