expo-android-proxyman
v1.0.1
Published
Expo Plugin which enables Android apps to be inspected by Proxyman
Maintainers
Readme
expo-android-proxyman
This is an Expo Plugin which enables the Android app to be inspected by Proxyman.
Usage
npx expo install expo-android-proxymanThen add it to your app.json or app.config.js:
{
"expo": {
"plugins": [
"expo-android-proxyman"
]
}
}Implementation Details
When the native Android project is generated (e.g. when you run expo prebuild) this plugin modifies the generated android/app/src/main/AndroidManifest.xml file, adding android:networkSecurityConfig="@xml/network_security_config" to the <application>.
Additionally, it copies the network_security_config.xml file to res/xml/network_security_config.xml.
