Merge pull request #522 from felipecsl/fix-manifest-marging

Remove unnecessary config from AndroidManifest
This commit is contained in:
Richard Hua
2016-09-21 11:09:41 -07:00
committed by GitHub
2 changed files with 1 additions and 6 deletions

View File

@@ -3,9 +3,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:label="@string/app_name">
<application>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
</application>

View File

@@ -1,3 +0,0 @@
<resources>
<string name="app_name">ReactNativeCodePush</string>
</resources>