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

Commit 77182c1

Browse files
author
Richard Hua
authored
Merge pull request #522 from felipecsl/fix-manifest-marging
Remove unnecessary config from AndroidManifest
2 parents bb04535 + 8c4c804 commit 77182c1

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)