Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 2661a61

Browse files
committed
Update README.md
1 parent 89fc402 commit 2661a61

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,18 @@ see something I'm doing that makes you go :frowning: please let me know. I
1010

1111
## Installing
1212

13-
First cd into your project's directory and grab the latest version of this code:
13+
Run the following command in your project's directory to grab the latest published version of this code:
1414

1515
```bash
1616
$ npm install react-native-event-source --save
1717
```
1818

19-
In XCode add the library from
20-
`node_modules/react-native-event-source/iOS/RNEventSource.xcodeproj` to your project
21-
then add `libRNEventSource` to your project's __Build Phase__ > __Link Binary With
22-
Libraries__ list.
19+
## Usage
2320

24-
![adding to XCode](http://brentvatne.ca/images/packaging/7-add-link.gif)
21+
### Linking the Library
22+
In order to use quick actions you must first link the library to your project. There's excellent documentation on how to do this in the [React Native Docs](http://facebook.github.io/react-native/docs/linking-libraries-ios.html#content).
2523

26-
## Using in your javascript code
24+
### Using in your project
2725

2826
First, you'll need to make sure `DeviceEventEmitter` is added to the list of
2927
requires for React.

0 commit comments

Comments
 (0)