Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
fix: cleartext is necessary for android emulator in debug manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
patogallaiovlabs committed Jun 25, 2021
1 parent 8f6d0b9 commit 901b2e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

<application
tools:targetApi="30"
tools:ignore="GoogleAppIndexingWarning" >
tools:ignore="GoogleAppIndexingWarning"
android:usesCleartextTraffic="true" >
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
</application>
</manifest>

0 comments on commit 901b2e3

Please sign in to comment.