Skip to content

Commit 5e33824

Browse files
authored
Update README.md
1 parent f5a7044 commit 5e33824

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# react-native-custom-timer-notification
22

33
custom 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
810
npm install react-native-custom-timer-notification
911
```
1012

11-
<!-- <service android:name="com.reactnativecustomtimernotification.ForegroundService"/> -->
1213
AndroidManifest
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

0 commit comments

Comments
 (0)