Skip to content

Commit 358420c

Browse files
authored
Update README.md
1 parent fdfd2d0 commit 358420c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
import RNAlarm from 'react-native-alarm';
4141

4242
// TODO: What to do with the module?
43-
RNAlarm;
43+
RNAlarm.setAlarm('Meeting',
44+
'Meeting with customer',
45+
'',
46+
'',
47+
() => {
48+
// Success callback function
49+
},
50+
() => {
51+
// Fail callback function
52+
});
4453
```
45-
54+

0 commit comments

Comments
 (0)