Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Push notification issue #2417

@smooth55dev

Description

@smooth55dev

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-push-notification@8.1.1 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-push-notification/android/src/main/AndroidManifest.xml b/node_modules/react-native-push-notification/android/src/main/AndroidManifest.xml
index 85ef0b3..0d916a8 100644
--- a/node_modules/react-native-push-notification/android/src/main/AndroidManifest.xml
+++ b/node_modules/react-native-push-notification/android/src/main/AndroidManifest.xml
@@ -1,4 +1,3 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="com.dieam.reactnativepushnotification">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android" >
 
 </manifest>

This issue body was partially generated by patch-package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions