Keltouma INDTAHER

Results 3 issues of Keltouma INDTAHER

I'm trying to reconnect after lost connection using javascript (React native) ``` const client = new Paho.MQTT.Client(host, Number(port), clientID); client.onMessageArrived = this.onMessageArrived; client.onConnectionLost = this.onConnectionLost; client.connect({ cleanSession : false, onSuccess...

I'm trying to use react native push notification in expo app so without eject the project. I'm facing a problem : localNotification.js: ``` import PushNotification, {Importance} from 'react-native-push-notification'; export const...

In my React Native 0.68.2 app i'm trying to use react-native-firebase and i have done everything except react-native-link as it's not supported in the latest version of React Native. When...