Przeglądaj źródła

Merge branch '0.9.4' of github.com:wkh237/react-native-fetch-blob into 0.9.4

Ben Hsieh 8 lat temu
rodzic
commit
243709067d
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7
    0
      README.md

+ 7
- 0
README.md Wyświetl plik

57
 rnpm link
57
 rnpm link
58
 ```
58
 ```
59
 
59
 
60
+Or if using CocoaPods, add the pod to your `Podfile`, for example:
61
+
62
+```
63
+pod 'react-native-fetch-blob,
64
+    :path => '../node_modules/react-native-fetch-blob
65
+```
66
+
60
 ### Manually link the package (Android)
67
 ### Manually link the package (Android)
61
 
68
 
62
 If rnpm link command failed to link the package automatically, you might try manually link the package.
69
 If rnpm link command failed to link the package automatically, you might try manually link the package.