Vikrant Negi
Vikrant Negi
It seems like the error is coming from something else and is not a part of this library. You can verify this by commenting the library code and then check...
Thanks for the PR. I'll test it out before merging.
@Vigneshpillai19 Please check the comments I've made. and update the PR. Also, make sure the code works properly on both iOS and Android. It doesn't seems to working properly. Thanks.
You are facing this issue on Android or iOS?
The issue is not related to the repo itself but the location permission. I believe you might also need to request for permission. You can try using [react-native-permission](https://github.com/react-native-community/react-native-permissions). I will...
Please use [react-native-geolocation-service](https://github.com/Agontuk/react-native-geolocation-service) navigator API.
@helloerika Does your API have the same response structure as the demo one? If not then you might need to make some changes to how you render the list.
I'm using gradle3.1.1 and still having this issue #220. The only solution is to change `com.android.support:appcompat-v7:27.0.2` to `com.android.support:appcompat-v7:23.0.1` and change `compiledSdkVersion` to `23`. Any solutions?
@jaychenjun That but it did not help. I think that this since this library is using gradle `implementation 'com.android.support:appcompat-v7:27.0.2'` & `compileSdkVersion 27` and my react native is using gradle `implementation...
@meienberger Thanks. We can close this issue as soon as the feature is shipped.