react-native-push-alarm-notification

Package to schedule alarm notifications in react native

Usage no npm install needed!

<script type="module">
  import reactNativePushAlarmNotification from 'https://cdn.skypack.dev/react-native-push-alarm-notification';
</script>

README

react-native-push-alarm-notification

Package to schedule alarm notifications and bring your app to foreground if it is in the background.

You can refer to react-native-push-notification for further details.

To stop alarm sounds you can call: PushNotification.cancelMediaPlayer();