1.0.2 • Published 6 months ago

expo-network-security-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Expo Network Security Config

This Expo config plugin allows you to include a network security config within your app. This is helpful in cases when you need to allow HTTPS interception for tools like Proxyman in your Android app.

Platform Compatibility

Android DeviceAndroid EmulatoriOS DeviceiOS SimulatorWeb

Usage

{
  plugins: [
    [
      'expo-network-security-config',
      {
        networkSecurityConfig: './assets/configs/network_security_config.xml',
        enable: true,
      },
    ],
  ];
}

API

ParameterDescription
networkSecurityConfigPath to network_security_config.xml
enableEnable or disable this config
1.0.2

6 months ago

1.0.1

11 months ago

1.0.0

1 year ago