NaumanAkhtar

Results 3 issues of NaumanAkhtar

![image](https://user-images.githubusercontent.com/37168039/131304287-5f14696d-d50b-4dcc-a7bd-9377dc0c94c4.png)

SMS-MT submitted via the http API are accepted and queued as shown in the screenshot below, The message exists in queue as monitored from rabbitmq console. but the message.log does...

Getting error: TypeError: null is not an object (evaluating '_reactNativeFtp.default.setup') IOS my code snippet is `FTP.setup("ftp.dlptest.com",21) //Setup host FTP.login("dlpuser","rNrKYTX9g7z3RgJRmxWuGHbeu").then( (result)=>{ FTP.list(".").then( (result)=>{ console.log(result); } ); }, (error)=>{ alert(error); } )`...