Skip to content

Commit 424d131

Browse files
author
Brent Vatne
committed
[Docs] Linking Libraries fix site->side, prefer only to just
1 parent d63eac4 commit 424d131

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/LinkingLibraries.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For most of the libs it will be as simple as dragging two files, sometimes a thi
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
20-
the root of the repository. Some of them are pure JavaScript, and you just need
20+
the root of the repository. Some of them are pure JavaScript, and you only need
2121
to `require` it. Other libraries also rely on some native code, in that case
2222
you'll have to add these files to your app, otherwise the app will throw an
2323
error as soon as you try to use the library._
@@ -47,9 +47,8 @@ Not every library will need this step, what you need to consider is:
4747

4848
_Do I need to know the contents of the library at compile time?_
4949

50-
What that means is, are you using this library on the native site or just in
51-
JavaScript? If you are just using it in JavaScript, you are good to go!
52-
50+
What that means is, are you using this library on the native side or only in
51+
JavaScript? If you are only using it in JavaScript, you are good to go!
5352

5453
This step is not necessary for libraries that we ship with React Native with the
5554
exception of `PushNotificationIOS` and `LinkingIOS`.

0 commit comments

Comments
 (0)