Add (manual) tests to be able to verify working of network and logs

Summary: Added some UI so that we can manually verify that logging and network inspection is working in RN + Flipper.

Reviewed By: jknoxville

Differential Revision: D20668428

fbshipit-source-id: 4271595583e055b2b0324b3da7ac216c39717093
This commit is contained in:
Michel Weststrate
2020-03-26 04:51:44 -07:00
committed by Facebook GitHub Bot
parent 64bfc91ea6
commit 60ec958f6b
3 changed files with 30 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.INTERNET" />
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
</manifest>