Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
fix: Fixed Double Android Icons (#172)
Browse files Browse the repository at this point in the history
* fix: Fixed Double Android Icons

* fixed script
  • Loading branch information
redreceipt authored Jun 2, 2020
1 parent 68f109e commit 7fb97dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@
android:name="com.google.android.geo.API_KEY"
android:value="@string/GOOGLE_MAPS_API_KEY" />

<activity
android:name=".LaunchActivity"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
</intent-filter>
</activity>

<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand Down Expand Up @@ -112,7 +102,7 @@
android:pathPrefix="/staff/news" />
</intent-filter>
</activity>

<activity
android:name="com.zoontek.rnbootsplash.RNBootSplashActivity"
android:theme="@style/BootTheme"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"src"
],
"scripts": {
"android": "SIM=\"$($HOME/Library/Android/sdk/emulator/emulator -list-avds | sed -n 1p)\" && $HOME/Library/Android/sdk/emulator/emulator -avd \"${SIM}\" & react-native run-android --appId cc.newspring.newspringapp --main-activity LaunchActivity",
"android": "SIM=\"$($HOME/Library/Android/sdk/emulator/emulator -list-avds | sed -n 1p)\" && $HOME/Library/Android/sdk/emulator/emulator -avd \"${SIM}\" & react-native run-android --appId cc.newspring.newspringapp",
"codecov": "cat ./coverage/lcov.info | codecov",
"ios": "react-native run-ios --simulator=\"iPhone 11\"",
"lint": "eslint ./src --ext .js",
Expand Down

0 comments on commit 7fb97dd

Please sign in to comment.