Skip to content

Commit d7d404c

Browse files
author
“Linh
committed
update readme
1 parent ff8a953 commit d7d404c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ import RNNotificationCall from "react-native-full-screen-notification-incoming-c
127127
notificationBody: "Incoming video call",
128128
answerText: "Answer",
129129
declineText: "Decline",
130-
notificationColor:"colorAccent"
130+
notificationColor:"colorAccent",
131+
notificationSound: 'skype_ring'//raw
131132
}
132133
)
133134
```
@@ -145,7 +146,8 @@ import RNNotificationCall from "react-native-full-screen-notification-incoming-c
145146
- `notificationBody`: string (required) body of notification
146147
- `answerText`: string (required) answer button label
147148
- `declineText`: string (required) decline button label
148-
- `notificationColor`: string (optinal) color of notification
149+
- `notificationColor`: string (optional) color of notification
150+
- `notificationSound`: raw file (optional) sound of notification
149151

150152
#### hide notification
151153

0 commit comments

Comments
 (0)