You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,18 @@ see something I'm doing that makes you go :frowning: please let me know. I
10
10
11
11
## Installing
12
12
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:
14
14
15
15
```bash
16
16
$ npm install react-native-event-source --save
17
17
```
18
18
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
23
20
24
-

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).
25
23
26
-
## Using in your javascript code
24
+
###Using in your project
27
25
28
26
First, you'll need to make sure `DeviceEventEmitter` is added to the list of
0 commit comments