Skip to content

Commit d3a9451

Browse files
authored
Add notifee to notification warning (#93)
1 parent 7961754 commit d3a9451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

211211
To 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:
219219
package com.myapp;
220220
public 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.

0 commit comments

Comments
 (0)