Richou / react-native-android-location-enabler

Display a GoogleMap like android popup to ask for user to enable location services if disabled
MIT License
202 stars 51 forks source link

ERR03 : Internal error #84

Open vineelk8 opened 1 year ago

vineelk8 commented 1 year ago

I'm facing an issue with a very rare use case. I have been using the package for 2 years in our app and haven't faced any issues till now.

But, now I'm facing an issue while trying to enable the location of the device from the app.

The popup is not coming up and the error says ERR03: Internal error

The very interesting thing here is, with the same version of the package, there is no issue with the apk created 10 days ago. If I create an apk with the same code I'm facing the issue now

"react": "16.11.0",
"react-native": "0.62.2",
"react-native-android-location-enabler": "^1.1.0",
"@react-native-community/geolocation": "^2.0.2",

Can someone please help and give a solution for this