pavankumarkl
Results
2
issues of
pavankumarkl
I am using MQTT and below are options that I am passing to connect var options = { keepalive: 10, clientId: '', protocolId: 'MQTT', protocolVersion: 3, clean: true, reconnectPeriod: 20000,...
bug
App was working fine, I added android.useAndroidX=true in gradle.properties as few android libraries have migrated to androidX RNPermissionsModule.java:8: error: cannot find symbol import android.support.v4.app.ActivityCompat; tried using import androidx.legacy.app.ActivityCompat, its the...