2.0.3 • Published 2 years ago
react-native-eg-agent v2.0.3
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`