react-native-mqclient

1.0.65 • Public • Published

React native module Mqclient

Install

  • npm install react-native-mqclient

Troubleshoot

Android specific rules

  • to add this Android lib as part of your project, remember to add this to 'android/settings.gradle' - file:
        include ':lib'
        project(':lib').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-mqclient/android/lib')
	
        include ':react-native-mqclient'
        project(':react-native-mqclient').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-mqclient/android/app')
  • and this to your 'app/build.gradle' - file
	dependencies {
         	compile project(':react-native-mqclient')
	}

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-mqclient

Weekly Downloads

6

Version

1.0.65

License

MIT

Unpacked Size

4.07 MB

Total Files

40

Last publish

Collaborators

  • kaltiot-admin