Skip to content

Commit

Permalink
apply networkSecurityConfig to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Jan 24, 2019
1 parent a89e878 commit 1f15078
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ReactAndroid/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.facebook.react">

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

<application android:networkSecurityConfig="@xml/rn_network_security_config"
tools:ignore="UnusedAttribute" />
<!-- tools:ignore for networkSecurityConfig as it's Android API 24+ (current min target is 16)-->

</manifest>

0 comments on commit 1f15078

Please sign in to comment.