react-native-fix-fetch-blob

1.0.0 • Public • Published

react-native-fix-fetch-blob

A library to help you fix cocoapods installation of the react-native-fetch-blob on react-native >0.60.x

Usage

You don't need to install this package. Add a postinstall script in your package.json and every time you will install dependencies the script will run fixing the problem.

  1. add postinstall script (example below);
  2. run yarn install or npm i;
  3. rebuild project in Xcode;

Example package.json with postinstall script

{
  "name": "ReactNativeApp",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "postinstall": "npx react-native-fix-fetch-blob"
  }
}

Package Sidebar

Install

npm i react-native-fix-fetch-blob

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.87 kB

Total Files

8

Last publish

Collaborators

  • xxkrashxx