Asha-Nellaiappan

Results 4 comments of Asha-Nellaiappan

@xhuang3 I have tried your suggestion, not working ![screenshot_1495087378](https://cloud.githubusercontent.com/assets/18715120/26189164/bf6a3782-3bc0-11e7-93be-2d6334a05aa8.png)

I am also getting array of response for following code. var NY = { lat: position.coords.latitude, lng:position.coords.longitude }; Geocoder.geocodePosition(NY).then(response => { console.log("NY:"+JSON.stringify(response)); }) The Array of Response `[{"streetName":"East Street","feature":null,"locale":"en_US","locality":"XXX city","position":{"lng":80.2582576,"lat":12.9861768},"adminArea":"XXX...

@alxgeoaln Kindly check your internet connection. I am also facing the same issue. After check my internet connection , It works fine.

Change it into react-native-linkedin-sdk/android/build.gradle ``` android { compileSdkVersion 25 buildToolsVersion "25.0.0" defaultConfig { minSdkVersion 16 targetSdkVersion 25 } } ``` As far as i know this issue may be occurred...