File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,9 +204,9 @@ resetIcon();
204204
205205> All functions are typed and return a promise that either resolves successfully, or will reject with the error that has occurred.
206206
207- ** react-native-push-notification**
207+ ** react-native-push-notification and notifee **
208208
209- When using ` react-native-push-notification ` , notifications won't work as we are using ` activity-alias ` .
209+ When using ` react-native-push-notification ` or ` notifee ` , notifications won't work as we are using ` activity-alias ` .
210210
211211To fix this, you need to create a Java file for each of the ` activity-alias ` in your ` AndroidManifest.xml ` .
212212
@@ -219,4 +219,4 @@ The content of this file should be:
219219package com.myapp;
220220public class MainActivity<KEY> extends MainActivity {}
221221```
222- Replace ` <KEY> ` with the icon name used in the manifest. Replace com.myapp with your android app structure.
222+ Replace ` <KEY> ` with the icon name used in the manifest. Replace com.myapp with your android app structure.
You can’t perform that action at this time.
0 commit comments