google play says the app has more permissions than i asked

I made an app that just shows some data,
but when google play console reviews the app, showed that the app requested CAMERA, CONTACTS, and PHONE_STATE which I didn’t ask at all,
so please help me how to remove those permissions form the app

Hi! You may want to give these docs a look, they explain what permissions are included in Expo apps & how to customize that- Deploying to App Stores - Expo Documentation

1 Like

Thanks, that is helpful