This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
12
12
### Fixed
13
13
14
+ ## [ 3.3.1] - 2020-05-01
15
+
16
+ ### Fixed
17
+
18
+ - (Android) Fix regression with the importance of the notication.
19
+
14
20
## [ 3.3.0] - 2020-04-29
15
21
16
22
### Features
Original file line number Diff line number Diff line change @@ -232,6 +232,8 @@ PushNotification.configure({
232
232
* (optional) default: true
233
233
* - Specified if permissions (ios) and token (android and ios) will requested or not,
234
234
* - 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'
235
237
*/
236
238
requestPermissions: true ,
237
239
});
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-push-notification" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.1 " ,
4
4
"description" : " React Native Local and Remote Notifications" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments