Merge pull request #561 from Za1batsu/patch-4

Fixed broken image for AddToBuildPhases.png
This commit is contained in:
Christopher Chedeau 2015-04-01 08:48:06 -07:00
commit eacecbbca8
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Click on your main project file (the one that represents the `.xcodeproj`)
select `Build Phases` and drag the static library from the `Products` folder
insed the Library you are importing to `Link Binary With Libraries`
![](/react-native/img/AddToBuildPhases.png)
![](https://github.com/facebook/react-native/blob/master/website/src/react-native/img/AddToBuildPhases.png)
### Step 3