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

Commit ff9336a

Browse files
committed
Fix regression on the importance of notification.
1 parent a110a0b commit ff9336a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
### Fixed
1313

14+
## [3.3.1] - 2020-05-01
15+
16+
### Fixed
17+
18+
- (Android) Fix regression with the importance of the notication.
19+
1420
## [3.3.0] - 2020-04-29
1521

1622
### Features

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ PushNotification.configure({
232232
* (optional) default: true
233233
* - Specified if permissions (ios) and token (android and ios) will requested or not,
234234
* - if not, you must call PushNotificationsHandler.requestPermissions() later
235+
* - if you are not using remote notification or do not have Firebase installed, use this:
236+
* requestPermissions: Platform.OS === 'ios'
235237
*/
236238
requestPermissions: true,
237239
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-push-notification",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "React Native Local and Remote Notifications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)