1.0.4 • Published 3 years ago

@eginnovations/react-native-eg-agent v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

@eginnovations/react-native-eg-agent

Getting started

$ npm install @eginnovations/react-native-eg-agent --save

Mostly automatic installation

$ react-native link @eginnovations/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`