1.3.0 • Published 4 years ago

event-source-library-test v1.3.0

Weekly downloads
15
License
MIT
Repository
github
Last release
4 years ago

react-native-event-source

Getting started

$ npm install react-native-event-source --save

Mostly automatic installation

$ react-native link react-native-event-source

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-event-source and add RNEventSource.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNEventSource.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import RNEventSource from 'react-native-event-source';

// TODO: What to do with the module?
RNEventSource;
1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago