We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173028f commit a013f24Copy full SHA for a013f24
README.md
@@ -1,12 +1,12 @@
1
# react-native-fix-fetch-blob
2
-A library to help you fix cocoapods installation of the react-native-fetch-blob on react-native >0.60.x
+A library to help you fix cocoapods installation of the `react-native-fetch-blob` on `react-native >0.60.x`
3
4
## Usage
5
**You don't need to install this package.**
6
Add a postinstall script in your package.json and every time you will install dependencies the script will run fixing the problem.
7
8
1. add postinstall script (example below);
9
-2. run `yarn install` or `npm i` if you use npm;
+2. run `yarn install` or `npm i`;
10
3. rebuild project in Xcode;
11
12
### Example package.json with postinstall script
0 commit comments