adkandari / react-native-mock-location-detector

**Only For Android**. Detects if the device is using mock location app to spoof it's real location. In that case user will be prompted to fix the mock location settings first before using the app.
27 stars 24 forks source link

Nothing is happening when I ran the code #8

Closed Yandamuri closed 1 year ago

Yandamuri commented 3 years ago

Location permission is turned on and ran below line

 const isLocationMocked = await RNMockLocationDetector.checkMockLocationProvider();

But nothing is happening. In fact, further execution is being continued.

"react-native": "0.64.2", "react-native-mock-location-detector": "2.0.0"

Am I missing anything here?

adkandari commented 1 year ago

Hi, I am sorry I am not maintaining this library from quite sometime now. You can check a new fork of this one https://github.com/jpudysz/react-native-turbo-mock-location-detector, looks like it is maintained regularly