Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/linking-libraries-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Done! All libraries with native dependencies should be successfully linked to yo

#### Step 1

If the library has native code, there must be a `.xcodeproj` file inside it's folder. Drag this file to your project on Xcode (usually under the `Libraries` group on Xcode);
If the library has native code, there must be an `.xcodeproj` file inside its folder. Drag this file to your project on Xcode (usually under the `Libraries` group on Xcode);

![](/react-native/docs/assets/AddToLibraries.png)

Expand Down