Skip to content

Commit fb5b437

Browse files
authored
iOS installation note
1 parent 80628d4 commit fb5b437

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,21 @@ After `0.10.3` you can install this package directly from Github
9292
npm install --save github:RonRadtke/react-native-blob-util#<branch_name>
9393
```
9494

95+
**iOS**
96+
97+
When using the package from npm, run `pod install` from the `ios` directory:
98+
99+
```sh
100+
cd ios; pod install; cd ..
101+
```
102+
95103
**Okhttp**
96104

97105
For using the library okhttp3 is required. It's in general included in react-native. The library uses the okhttp version shipped with react-native or used by your app. For very old devices android devices okhttp 3.12 can be used.
98106

99107
**Manually Link Native Modules**
100108

101-
If you're using RN 0.60 or higher, manuall linking should not be required anymore.
102-
109+
If you're using RN 0.60 or higher, manual linking should not be required anymore.
103110

104111
If automatically linking doesn't work for you, see instructions on [manually linking](https://github.com/RonRadtke/react-native-blob-util/wiki/Manually-Link-Package#index).
105112

0 commit comments

Comments
 (0)