Skip to content

Releases: emekalites/react-native-alarm-notification

v1.7.1

05 Oct 08:30
Compare
Choose a tag to compare

Fixes a compilation problem with alarm util on Android

v1.7.0

15 Sep 15:20
Compare
Choose a tag to compare
  • iOS updates for scheduling alarm notification, repeat alarm, notification listeners and alarm snooze

v1.6.1

27 Aug 08:48
Compare
Choose a tag to compare

fixed android keeps vibrating forever

v1.6.0

17 Aug 15:21
Compare
Choose a tag to compare
  • Modified options for scheduling repeat alarm
    if schedule_type is "repeat", repeat_interval can be minutely, hourly, daily or weekly
  • Set volume for alarm sound
  • Set Bypass DND [android]

v1.5.2

15 Aug 14:39
Compare
Choose a tag to compare

fixed stopAlarmSound() crashing app

v1.5.1

06 Aug 13:49
Compare
Choose a tag to compare
  • iOS schedule alarm
  • Alarm Id gets to be generated and returned after alarm has been set
  • Delete alarm fixed