Skip to content

Commit 012d58b

Browse files
authored
Merge pull request #28 from CatalystCode/issue-13
Updated readme about the merging of icon resources.
2 parents 6bfb755 + 1780815 commit 012d58b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ npm install react-native-azurenotificationhub
8383

8484
![Configure GCM](./img/ConfigureGCM.png)
8585

86+
### Merging of icon resources
87+
88+
In `android/app/src/main/AndroidManifest.xml`
89+
90+
```xml
91+
<application
92+
xmlns:tools="http://schemas.android.com/tools"
93+
tools:replace="android:icon"
94+
...>
95+
</application>
96+
```
97+
98+
This resolves the error caused by the manifest merger tool for gradle.
99+
86100
### Export React Native Module from app
87101

88102
In `android/settings.gradle`

0 commit comments

Comments
 (0)