Network permission issue in android

How to add network access permission for android… In documentation it written to add in android manifest. XML but I not find this file in expo please explain it detail

You shouldn’t need to add any config to get network access permission for an Expo app - it’s included by default. If you’d like to customize your android permissions, you can follow https://docs.expo.io/versions/latest/workflow/configuration#android to see how to do it for a standalone Expo app.

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