react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

Replied text appears twice in notification

Open Prernabudh opened this issue 4 years ago • 1 comments

Environment info

Issue:

When I reply to a notification, the replied text is visible twice.

reply1 reply2

react-native info output:

System: OS: Windows 10 10.0.19042 CPU: (8) x64 Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz Memory: 516.61 MB / 7.84 GB Binaries: Node: 12.19.0 - ~\AppData\Local\Temp\yarn--1623932322475-0.977453155909388\node.CMD Yarn: 1.22.10 - ~\AppData\Local\Temp\yarn--1623932322475-0.977453155909388\yarn.CMD npm: 6.14.8 - C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: API Levels: 29, 30 Build Tools: 28.0.3, 29.0.2, 30.0.2 System Images: android-24 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom, android-30 | Google Play Intel x86 Atom Android NDK: Not Found Windows SDK: Not Found IDEs: Android Studio: Version 4.1.0.0 AI-201.8743.12.41.6858069 Visual Studio: Not Found Languages: Java: 1.8.0_262 npmPackages: @react-native-community/cli: Not Found react: 17.0.1 => 17.0.1 react-native: 0.64.0 => 0.64.0 react-native-windows: Not Found npmGlobalPackages: react-native: Not Found Done in 11.27s.

Library version: x.x.x react-native-push-notification: 7.3.1

Steps To Reproduce

  1. Enable reply action for a notification
  2. Reply to a notification
  3. The replied text is visible twice

Describe what you expected to happen:

The replied text should only be visible once

Reproducible sample code

The same code used in the docs PushNotification.localNotificationSchedule({ message: "My Notification Message", // (required) date: new Date(Date.now() + (60 * 1000)), // in 60 secs actions: ["ReplyInput"], reply_placeholder_text: "Write your response...", // (required) reply_button_text: "Reply" // (required) });

Prernabudh avatar Jun 17 '21 12:06 Prernabudh

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 18 '22 00:06 github-actions[bot]