Skip to content

Releases: liplylie/react-native-simple-alarm

v.2.0.2

30 Jan 03:43
Compare
Choose a tag to compare

Update readme to show prop-types and moment is no longer needed with installation.

v.2.0.1

30 Jan 03:39
Compare
Choose a tag to compare

Remove prop- types and moment libraries. Replaced moment with vanilla js.
add strict type ts
Various fixes

v2.0.0

22 Jan 10:18
7ab575f
Compare
Choose a tag to compare

It's been awhile, but I saw that there are consistent downloads with this package, and it deserves an update.

Here's some of the improvements:

Migrate to Typescript
Upgrade to latest versions of react-native-push-notifications (8.1.1), @react-native-community/push-notification-ios (1.10.1), @react-native-community/async-storage (1.12.1), and moment (2.29.1)
Removal of unneeded folders (/ios and /android) to reduce bundle size

1.0.4

22 Jul 07:42
Compare
Choose a tag to compare

Fix for deleteAllAlarms and createAlarm where alarm that is set before current time was being activated.

1.0.3

10 Jul 21:25
Compare
Choose a tag to compare

Fixes made to npm dependencies. Accidentally added some dependencies to devDependencies, and they wouldn't install.