npm.io
0.0.58 • Published 3 months ago

react-native-mosquito-transport

Licence
MIT
Version
0.0.58
Deps
0
Vulns
0
Weekly
0

react-native-mosquito-transport

React native javascript sdk for mosquito-transport.

Installation

npm install react-native-mosquito-transport --save

or using yarn

yarn add react-native-mosquito-transport

internal bson

Usage

import RNMosquitoTransport from "react-native-mosquito-transport";

// uses sqlite to cache it data by default
RNMosquitoTransport.initializeCache();

const mclient = new RNMosquitoTransport({
  projectUrl: "http://localhost:3444"
});

Additional Documentations

RNMosquitoTransport Constructor

dbName
dbUrl
projectUrl

this is the base url of

disableCache

Keywords