We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92f630 commit af4142bCopy full SHA for af4142b
README.md
@@ -15,7 +15,15 @@ import { multiply } from "react-native-custom-timer-notification";
15
16
// ...
17
18
-const result = await multiply(3, 7);
+const result = await TimerNotification({
19
+ eventData: JSON.stringify("notificationOpen?.data"),
20
+ title: "My notification",
21
+ body:"Much longer text that cannot fit one line... ",
22
+ id: 1,
23
+ sec:60,
24
+ remove:false, // optional
25
+ foreground:false,
26
+ })
27
```
28
29
## Contributing
0 commit comments