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

[Fix] Fixed UI Thread error #12

Closed zainkhas closed 1 year ago

zainkhas commented 2 years ago

Fixed error "Method addObserver must be called on main Thread"

pinturic commented 2 years ago

I am having the same problem (and made the same fix). This definitely deserves merging.