Skip to content

Commit

Permalink
add android:usesCleartextTraffic for support api requests in android …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
idanlevi1 committed Jun 27, 2021
1 parent c1aec7e commit 26b1741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:allowBackup="false"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">

<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>
Expand Down

0 comments on commit 26b1741

Please sign in to comment.