Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 8c4c804

Browse files
committed
Remove unnecessary config from AndroidManifest
This was causing some manifest merging issues for us, however it seems like this stuff is completely unnecessary, especially for an android library, so I'm removing it all.
1 parent bb04535 commit 8c4c804

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
<uses-permission android:name="android.permission.INTERNET" />
55

6-
<application
7-
android:allowBackup="true"
8-
android:label="@string/app_name">
6+
<application>
97
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
108
</application>
119

android/app/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)