Skip to content

Commit e5fa107

Browse files
syaaugengjiawen
authored andcommitted
Use the round launcher icon available since 7.1 (facebook#20968)
Summary: The default react-native template has ic_launcher_round icons on the resources but has not been used. Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged. Pull Request resolved: facebook#20968 Differential Revision: D9661731 Pulled By: hramos fbshipit-source-id: ad8f2f952df2c32aea2a8d3e69c445ed27387aa6
1 parent cdc2458 commit e5fa107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local-cli/templates/HelloWorld/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
android:name=".MainApplication"
99
android:label="@string/app_name"
1010
android:icon="@mipmap/ic_launcher"
11+
android:roundIcon="@mipmap/ic_launcher_round"
1112
android:allowBackup="false"
1213
android:theme="@style/AppTheme">
1314
<activity

0 commit comments

Comments
 (0)