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.
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
Original file line number Diff line number Diff 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});
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments