react-native-web-community / react-native-web-webview

React Native for Web implementation of RN's WebView
https://react-native-web-community.github.io/react-native-web-webview/storybook
MIT License
133 stars 48 forks source link

is there a way to disable background location permission? #63

Open ghost opened 2 years ago

ghost commented 2 years ago

google has repeatedly rejected our application due to the fact that we have access to background location that we aren't using, we've updated the privacy policy, added a modal prompt to tell user we are going to be using background location (even when we are not ), app was still rejected, went through the console and came across this set of permission

`

android.permission.ACCESS_BACKGROUND_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_COARSE_LOCATION

` currently looking for a way to fix this