You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Report a reproducible bug or regression in this library.
4
+
---
5
+
6
+
# Bug
7
+
8
+
<!--
9
+
Please provide a clear and concise description of what the bug is.
10
+
Include screenshots or gifs if needed.
11
+
Please test using the latest release of the library, as maybe your bug has been already fixed.
12
+
If the library has multiple install methods, describe installation method (e.g., pod, not pod, with jetifier etc).
13
+
14
+
**Please note that issues that do not follow the template may be closed.**
15
+
-->
16
+
17
+
## Environment info
18
+
19
+
<!--
20
+
Run `react-native info` in your terminal and paste the results here. Also, include the *precise* version number of this library that you are using in the project
21
+
-->
22
+
23
+
`react-native info` output:
24
+
25
+
```bash
26
+
// paste it here
27
+
```
28
+
29
+
Library version: x.x.x
30
+
31
+
## Steps To Reproduce
32
+
33
+
<!--
34
+
- You must provide a clear list of steps and code to reproduce the problem.
35
+
- Keep the code reproducing the bug as simple as possible, with the minimum amount of code required to reproduce the issue. See https://stackoverflow.com/help/mcve.
36
+
- Either re-create the bug using the repository's example app or link to a GitHub repository with code that reproduces the bug.
37
+
- Explain the steps we need to take to reproduce the issue:
38
+
-->
39
+
40
+
1.
41
+
2.
42
+
...
43
+
44
+
Describe what you expected to happen:
45
+
46
+
1.
47
+
2.
48
+
49
+
## Reproducible sample code
50
+
51
+
<!--
52
+
Please add minimal runnable repro as explained above so that the bug can be tested in isolation.
about: Submit your idea for a change in the codebase.
4
+
---
5
+
6
+
# Feature Request
7
+
8
+
<!--
9
+
This issue should serve for you to present or pitch an idea to the maintainers - but remember that it would be better if you were to submit a PR instead 🤗
10
+
-->
11
+
12
+
## Why it is needed
13
+
14
+
<!--
15
+
Please tell us a bit more of why you want this feature to be added, what's its origin
16
+
-->
17
+
18
+
## Possible implementation
19
+
20
+
<!--
21
+
It really helps if you could describe from a technical POV how this new feature would work, which code it rely on, etc
22
+
-->
23
+
24
+
### Code sample
25
+
26
+
<!--
27
+
Please show how the new code could work, if doable
about: Use this if there is something not clear about the code or its docs.
4
+
---
5
+
6
+
# Question
7
+
8
+
<!--
9
+
Before submitting it, please ensure that this was not already asked in another issue, or on StackOverflow. Ideally, you should always refer to StackOverflow first.
10
+
11
+
This issue should serve for you to ask a question about the library to the maintainers and other fellow developers - remember that even if the issue gets closed, the conversation can move forward 🤗
12
+
Also, ideally this issue should culminate in a PR to the documentation for this library so that future developers will have that doubt cleared.
stale-issue-message: "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."
14
+
stale-pr-message: "This pull request 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."
- (Android) `number` and `id` are now correctly handled as number in Android.
29
+
- (iOS) Update push-notification-ios to 1.2.0 [#1410](https://github.com/zo0r/react-native-push-notification/pull/1410)
30
+
- Make sure to import PushNotificationIOS from react-native first [#617](https://github.com/zo0r/react-native-push-notification/pull/617)
31
+
32
+
## [3.3.1] - 2020-05-01
33
+
34
+
### Fixed
35
+
36
+
- (Android) Fix regression with the importance of the notification.
37
+
38
+
## [3.3.0] - 2020-04-29
39
+
40
+
### Features
41
+
42
+
- (Android) Keep interface parity with PushNotificationIOS [#909](https://github.com/zo0r/react-native-push-notification/pull/909)
43
+
- (Android) Unsubscribe from topic [#917](https://github.com/zo0r/react-native-push-notification/pull/917)
44
+
- (Android) Add notification data in onNotification [#1212](https://github.com/zo0r/react-native-push-notification/pull/1212)
45
+
46
+
### Fixed
47
+
48
+
- (Android) Create default channel to receive notification when background / killed.
49
+
- (Android) Fix vibrate: false is ignored [#878](https://github.com/zo0r/react-native-push-notification/issues/1140)
50
+
-`package.json` fix suffic in main, `index` => `index.js`[#878](https://github.com/zo0r/react-native-push-notification/pull/878)
51
+
52
+
### Breaking changes
53
+
54
+
- (Android) Remove specific code for GCM [#1322](https://github.com/zo0r/react-native-push-notification/issues/1322)
55
+
-`<service android:name="com.dieam.reactnativepushnotification.modules.RNPushNotificationRegistrationService"/>` must be removed.
56
+
57
+
## [3.2.1] - 2020-04-20
58
+
59
+
### Fixed
60
+
61
+
- Invalid type `Strint` wrong typo
62
+
- Missing import
63
+
64
+
## [3.2.0] - 2020-04-20
65
+
66
+
### Features
67
+
68
+
- (Android) Allow to silence Android foreground notifications [#1183](https://github.com/zo0r/react-native-push-notification/pull/1183)
69
+
- (Android) Allow to set the notification to executes on idle [#959](https://github.com/zo0r/react-native-push-notification/pull/959)
70
+
- (iOS) Add missing "category" parameter when scheduling local notifications. [#457](https://github.com/zo0r/react-native-push-notification/pull/457)
71
+
72
+
### Fixed
73
+
74
+
- Fix: Breaking android x compatibility regression
75
+
- Fix: Use FirebaseInstanceId for deviceToken, not from Intent [#1355](https://github.com/zo0r/react-native-push-notification/pull/1355)
76
+
- Fix: security issue `limit the components that Intent will resolve to`[#687](https://github.com/zo0r/react-native-push-notification/pull/687)
77
+
- Fix: remove fishy reference from android project files [#1226](https://github.com/zo0r/react-native-push-notification/pull/1226)
78
+
- Fix: `JSON value '<null>' of type NSNull cannot be converted to NSDictionary`[#1030](https://github.com/zo0r/react-native-push-notification/pull/1030)
- Upgrade ShortCutBadger to 1.1.22 [#646](https://github.com/zo0r/react-native-push-notification/pull/646)
81
+
- Upgrade exemple to React-Native 0.62.2
82
+
- Remove Types from the code use [@types/react-native-push-notification](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native-push-notification) instead.
83
+
- Remove GCM and C2DM references in README.md
84
+
85
+
### Possible Breaking change
86
+
87
+
- Rename firebaseVersion to firebaseMessagingVersion [#1191](https://github.com/zo0r/react-native-push-notification/pull/1191) in gradle.build
88
+
89
+
### Documentation
90
+
91
+
- Abandon permissions unregisters remote only [#1282](https://github.com/zo0r/react-native-push-notification/pull/1282)
92
+
- Use full path for manifest [#567](https://github.com/zo0r/react-native-push-notification/pull/567)
93
+
- Update broken link to docs [#995](https://github.com/zo0r/react-native-push-notification/pull/995)
94
+
- Missing step for android manual installation [#1363](https://github.com/zo0r/react-native-push-notification/pull/1363)
95
+
96
+
## [3.1.3] - 2019-05-25
97
+
98
+
## Fixed
99
+
100
+
- Fix Configuration 'compile' is obsolete and has been replaced with 'implementation' and Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation'.
101
+
It will be removed at the end of 2018. [#1106](https://github.com/zo0r/react-native-push-notification/issues/1106)
0 commit comments