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
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,17 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
12
12
13
13
### Fixed
14
14
15
+
## [8.1.0] 2021-09-03
16
+
17
+
### Features
18
+
19
+
- (iOS) Upgrade `@react-native-community/push-notification-ios` to version [1.10.0](https://github.com/react-native-push-notification/ios/releases/tag/v1.10.0)
20
+
- (iOS) Allow `month`, `week`, `day`, `hour`, `minute` as `repeatType` for iOS.
(optional) Specify `repeatType` and optionally `repeatTime` (Android-only) while scheduling the local notification. Check the local notification example above.
644
644
645
645
### iOS
646
-
Property `repeatType` can only be `day`.
646
+
Property `repeatType` can only be `month`, `week`, `day`, `hour`, `minute`.
647
+
648
+
NOTE: `repeatTime` do not work with iOS.
647
649
648
650
### Android
649
651
Property `repeatType` could be one of `month`, `week`, `day`, `hour`, `minute`, `time`.
650
652
651
653
The interval used can be configured to a different interval using `repeatTime`. If `repeatType` is `time`, `repeatTime` must be specified as the number of milliseconds between each interval.
652
654
For example, to configure a notification every other day
0 commit comments