Skip to content

Commit

Permalink
[tests][android] fix RN packager connection issue on Android API >= 28
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Jan 22, 2019
1 parent 225ea32 commit b887849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:launchMode="singleTask"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<service
android:name="io.invertase.firebase.messaging.RNFirebaseMessagingService"
Expand Down

0 comments on commit b887849

Please sign in to comment.