react-native-mosquito-transport
v0.0.51
Published
React native javascript sdk for mosquito-transport (https://github.com/brainbehindx/mosquito-transport)
Downloads
379
Maintainers
Readme
react-native-mosquito-transport
React native javascript sdk for mosquito-transport.
Installation
npm install react-native-mosquito-transport --saveor using yarn
yarn add react-native-mosquito-transportinternal 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
- RNMosquitoTransport Methods
- initialCache
- getDatabase
- collection
- auth
- storage
- fetchHttp
- listenReachableServer
- getSocket
- batchWrite
- TIMESTAMP
- AUTH_PROVIDER_ID
- DOCUMENT_EXTRACTION
- GEO_JSON
- FIND_GEO_JSON
- DoNotEncrypt
RNMosquitoTransport Constructor
dbName
dbUrl
projectUrl
this is the base url of
