File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# react-native-custom-timer-notification
22
33custom timer notification for react native 🔔
4+ ![ ezgif com-gif-maker] ( https://user-images.githubusercontent.com/58332892/166133982-effe321c-a0fd-4315-bb29-cc7ee29d0bd4.gif )
5+
46
57## Installation
68
79``` sh
810npm install react-native-custom-timer-notification
911```
1012
11- <!-- <service android:name="com.reactnativecustomtimernotification.ForegroundService"/> -->
1213AndroidManifest
1314``` xml
1415
@@ -21,14 +22,14 @@ AndroidManifest
2122 <service android : name =" com.reactnativecustomtimernotification.ForegroundService" />
2223```
2324## Usage
24- ``` payload ``` sent will be received when click or canceled
25- ``` title ``` Title of the notification
26- ``` body ``` Body of the notification
27- ``` id ``` unique number
28- ``` sec ``` Time in seconds
25+ ``` payload ``` sent will be received when click or canceled < br >
26+ ``` title ``` Title of the notification < br >
27+ ``` body ``` Body of the notification < br >
28+ ``` id ``` unique number < br >
29+ ``` sec ``` Time in seconds < br >
2930
3031``` js
31- import { multiply } from " react-native-custom-timer-notification" ;
32+ import { TimerNotification } from " react-native-custom-timer-notification" ;
3233
3334// ...
3435// onclick and cancel listner
You can’t perform that action at this time.
0 commit comments