Update README.md

Clarify CocoaPods instructions
This commit is contained in:
Mikael Sand
2018-01-21 16:55:53 +02:00
committed by GitHub
parent 8e9fa8760c
commit 1fee877da4
+3 -1
View File
@@ -76,7 +76,9 @@ To install react-native-svg on iOS visit the link referenced above or do the fol
2. Expand the RNSVG.xcodeproj file you just added to XCode until you see: libRNSVG.a (located in RNSVG.xcodeproj > Products ) 2. Expand the RNSVG.xcodeproj file you just added to XCode until you see: libRNSVG.a (located in RNSVG.xcodeproj > Products )
3. Drag libRNSVG.a into the Link Binary With Libraries section (located in Build Phases which may be found at the top of the XCode window) 3. Drag libRNSVG.a into the Link Binary With Libraries section (located in Build Phases which may be found at the top of the XCode window)
###### Cocoapods ###### CocoaPods
Alternatively, you can use [CocoaPods](https://cocoapods.org/) to manage your native (Objective-C and Swift) dependencies:
1. Add RNSVG to your Pods 1. Add RNSVG to your Pods
``` ```