react-native-mqclient
v1.0.65
Published
React native Mqclient
Downloads
20
Readme
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')
}