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')