Skip to content

Commit 2ed74ef

Browse files
committed
Merge pull request #533 from bretrouse/master
language fixes
2 parents e90ede3 + 1699624 commit 2ed74ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/LinkingLibraries.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ next: debugging
88
---
99

1010
Not every app uses all the native capabilities, and including the code to support
11-
all those features would impact in the binary size... But we still want to make
11+
all those features would impact the binary size... But we still want to make it
1212
easy to add these features whenever you need them.
1313

1414
With that in mind we exposed many of these features as independent static libraries.
1515

16-
For most of the libs it will be as simples as dragging two files, sometimes a third
16+
For most of the libs it will be as simple as dragging two files, sometimes a third
1717
step will be necessary, but no more than that.
1818

1919
_All the libraries we ship with React Native live on the `Libraries` folder in
@@ -51,8 +51,8 @@ What that means is, are you using this library on the native site or just in
5151
JavaScript? If you are just using it in JavaScript, you are good to go!
5252

5353

54-
This step is not necessary for all libraries that we ship we React Native but
55-
`PushNotificationIOS` and `LinkingIOS`.
54+
This step is not necessary for libraries that we ship with React Native with the
55+
exception of `PushNotificationIOS` and `LinkingIOS`.
5656

5757
In the case of the `PushNotificationIOS` for example, you have to call a method
5858
on the library from your `AppDelegate` every time a new push notifiation is

0 commit comments

Comments
 (0)