SMS permission request after building with SDK 32

I have run expo build:android and the APK I’m uploading to the store from that is still saying “New permissions request android.permission.READ_SMS”

I have updated the expo cli npm install -g expo-cli

I am not requesting sms permissions in my app.json

"android": {
      "permissions":[
        "ACCESS_COARSE_LOCATION",
        "ACCESS_FINE_LOCATION"
      ],
      "package": "com.rocpubngrub.pubgrub",
      "versionCode": 5
    },

Why is this permission request still coming through the build process?

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