event-source-library-test

1.3.0 • Public • Published

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;

Package Sidebar

Install

npm i event-source-library-test

Weekly Downloads

2

Version

1.3.0

License

MIT

Unpacked Size

46 kB

Total Files

14

Last publish

Collaborators

  • gmccobb22