Skip to content

Commit 173028f

Browse files
author
xxKRASHxx
committed
update readme
1 parent 3dc7750 commit 173028f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# react-native-fix-fetch-blob
2-
A library to help you fix react-native-fetch-blob on react-native >0.60.x
3-
4-
5-
6-
## A library to help you fix images on ios 14 for react-native
2+
A library to help you fix cocoapods installation of the react-native-fetch-blob on react-native >0.60.x
73

84
## Usage
9-
**You don't need to install this package in order to fix images.**
5+
**You don't need to install this package.**
106
Add a postinstall script in your package.json and every time you will install dependencies the script will run fixing the problem.
117

128
1. add postinstall script (example below);

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
"react-native",
1616
"ios",
1717
"fetch",
18-
"blob"
18+
"blob",
19+
"cocoapods",
20+
"cocoa",
21+
"pods",
22+
"pod"
1923
],
2024
"author": "Daniel Lisovoy",
2125
"license": "MIT",

0 commit comments

Comments
 (0)