You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the package from npm, run `pod install` from the `ios` directory:
98
+
99
+
```sh
100
+
cd ios; pod install;cd ..
101
+
```
102
+
95
103
**Okhttp**
96
104
97
105
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.
98
106
99
107
**Manually Link Native Modules**
100
108
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.
103
110
104
111
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).
0 commit comments