1.0.9 • Published 8 years ago

birth-day-notification v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago