2.0.3 • Published 1 year ago

react-native-eg-agent v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-eg-agent

Getting started

$ npm install react-native-eg-agent --save

Mostly automatic installation

$ react-native link react-native-eg-agent

Usage

eGAgent.configure({
    appToken: '<APP_TOKEN>',
    host: '<HOST>',
    port: <PORT>,
    }).useReactNative().connect() // let's connect!

#Dev

Whenever there is a modification in Typescript files under src folder, please run the following commands to compile them to JS.

`$ npm run build`