Skip to content

Commit c662d64

Browse files
committed
put com.facebook.react.devsupport.DevSettingsActivity back in the main manifest
1 parent d492423 commit c662d64

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@
44

55
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
66

7-
<application tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" android:networkSecurityConfig="@xml/react_native_config">
8-
9-
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
10-
11-
</application>
7+
<application tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" android:networkSecurityConfig="@xml/react_native_config" />
128
</manifest>

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
</intent-filter>
3131
</activity>
3232

33+
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
34+
3335
<meta-data
3436
android:name="com.bugsnag.android.API_KEY"
3537
android:value="${BUGSNAG_KEY}"

0 commit comments

Comments
 (0)