Skip to content

Commit

Permalink
Allow HTTP when debugging on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
saeub committed Mar 11, 2021
1 parent 7a27207 commit 6b2454d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
<application android:usesCleartextTraffic="true"/>
</manifest>

0 comments on commit 6b2454d

Please sign in to comment.