Iftekhar Rifat

Results 120 comments of Iftekhar Rifat

> Seeing a similar (the same?) issue. > > "react": "16.13.1", > "react-native": "0.63.4", > "react-native-geolocation-service": "^5.3.0-beta.1" > Xcode: 12.5 > > Added the module and ran pod install. >...

@aardvarkk thanks for your investigations & detailed explanations. There's a lot to digest here, so I'll check if anything can be done to improve the consistency of native module. About...

Not related to xiaomi/huawei, my redmi note 3 works fine. It's most probably a device specific issue, or might be an area with low gps signal. You can remove timeout...

Right now I think we can print a warning for devs who uses `requestAuthorization`, telling them to use `react-native-permissions`. Then in a future major release, we'll drop the method completely.

This'll probably be removed in the next major release. Unfortunately I'm quite busy right now with my job, so the major version release will be a bit delayed I think.

You can check the example project, here's the relevant commit [https://github.com/Agontuk/react-native-geolocation-service/commit/cb7b98ead8c3bde21071b256f36ff7644c5e376a](https://github.com/Agontuk/react-native-geolocation-service/commit/cb7b98ead8c3bde21071b256f36ff7644c5e376a)

`pod install` is required and it's already described in the setup docs.

Actually I'm planning to remove permission related methods in favor of `react-native-permissions`. You can find the details here #224

Is it only the emulator or does real device have this problem too ?

I can't reproduce the issue, can anyone tell me the exact steps to reproduce this ? @eisenheim94 why do you need to use both `getCurrentPosition` and `watchPosition` at the same...