1.0.9 • Published 7 years ago

birth-day-notification v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Meta

This package build upon react-native-push-notification

How to use

npm install --save birth-day-notification

Then in your application

import {configure, localBirthDayNotification} from "birth-day-notification";

configure();

localBirthDayNotification("MM/dd/YYYY");

Optional

Put your call back in configuration like so

configure(()=> Alert.alert("Hello World","Awesome"));

To test; notification for 5 seconds later

testlocalBirthDayNotification();

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago