react-native-android-location-services-dialog-box
react-native-android-location-services-dialog-box copied to clipboard
React Native Android Location Services Dialog Box
Hi, I wonder why it's not working sometimes after enabling location? However, it's 100% working right after enabling the location. I set `enableHighAccuracy`:`false` and `timeout`: `10000` . using Android 10.
I have this abnormal problem. When I compile the application in debug mode everything works in the correct mode. The moment I create the apk and publish it for online...
please help "react-native": "0.59.0", "react-native-android-location-services-dialog-box": "^2.8.2",
I'm building the app with Bluetooth. For a list of 'reasons' android decided that location should be mandatorily turned on to connect to some Bluetooth devices. So I need both...
I am getting error when I updated my `react-native 0.57` to `react-native 0.59.10` `node_modules/react-native-android-location-services-dialog-box/android/src/main/java/com/showlocationservicesdialogbox/LocationServicesDialogBoxModule.java:105: error: cannot find symbol android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.N ? symbol: variable N location: class VERSION_CODES` `/node_modules/react-native-android-location-services-dialog-box/android/src/main/java/com/showlocationservicesdialogbox/LocationServicesDialogBoxModule.java:106: error:...
According to the docs, enableHighAccuracy = true checks that both GPS and Network location are enabled, and false checks that at least one of them is enabled. Is there any...
Hi there! Tested successfully on RN 68 with old arch and RN 71 with new arch and it works just fine in both tests. Please merge and add a note...
How i can install a types?