react-native-meens-fetch-blob
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

react-native-meens-fetch-blob

for both Android (Classic and Native), iOS and Windows

Installation

  npm install react-native-meens-fetch-blob

Android CONFIG NEW

android settings

path: \android\settings.gradle

include ':react-native-meens-fetch-blob'                                                                                                  
project(':react-native-meens-fetch-blob').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-meens-fetch-blob/android')   

app settings

path: \android\app\build.gradle

dependencies {
    ....
    implementation project(':react-native-meens-fetch-blob')
    ....
}

MainApplication

file: MainApplication.java

Add Package:

import com.RNFetchBlob.RNFetchBlobPackage;

Add:

protected List<ReactPackage> getPackages() {
          .........
          new RNFetchBlobPackage();
          ......
          return packages;
        }

/react-native-meens-fetch-blob/

    Package Sidebar

    Install

    npm i react-native-meens-fetch-blob

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    3.94 MB

    Total Files

    167

    Last publish

    Collaborators

    • meens