I am new to react native development. In my application I need to call soap web service. In android I am using ksoap library for soap web service. But in react native is there any library or any sample code available?. I googled a lot for this but didn't find any good sample regarding this.
I have found bellow samples
https://www.npmjs.com/package/soap-everywhere
https://github.com/adamski/react-native-soap-request
But no clarity and no proper explanation in this samples. So please guide me how to do this
Thanks In Advance