How to remove “android.hardware.location” permission? Nething worked

Hello everyone, i want to remove some permissions which I don’t need because there are too many at the moment. Screenshot


And maybe i will get rejected from google play.
First i add in app.js following line

"android": {

      "permissions": [

        "WRITE_EXTERNAL_STORAGE",

        "READ_EXTERNAL_STORAGE",

        "READ_INTERNAL_STORAGE"

      ],

Again not worked then i remove expo-location from package-lock.json remove node_modules folder and ran npm install and again not worked. Also i use eas build SDK VERSION 41.0.0
npm version 7.15.1
I dont know how to fix this issue there are so many permissions but i need only three (for async storage) ! Thanks for your time

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.