react-native-turbo-mock-location-detector
react-native-turbo-mock-location-detector copied to clipboard
fix: Missing override on location listener
Description
We are facing the issue abstract method "void android.location.LocationListener.onProviderDisabled(java.lang.String)"
specifically on devices with Android 10 (API 29 - R) or below. Reading the official documentation about LocationListener is described that the methods bellow should be override to work properly on Android R or below: