Skip to content

Commit

Permalink
fix: allow cleartext traffic
Browse files Browse the repository at this point in the history
download servers allow only http traffic.
  • Loading branch information
100Daisy committed Oct 14, 2023
1 parent 774d2f2 commit 76ebaed
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 @@ -30,4 +30,5 @@
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false"/>
</application>
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
</manifest>

0 comments on commit 76ebaed

Please sign in to comment.