Commit d7d404c “Linh
committed
1 parent ff8a953 commit d7d404c Copy full SHA for d7d404c
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,8 @@ import RNNotificationCall from "react-native-full-screen-notification-incoming-c
127
127
notificationBody: " Incoming video call" ,
128
128
answerText: " Answer" ,
129
129
declineText: " Decline" ,
130
- notificationColor: " colorAccent"
130
+ notificationColor: " colorAccent" ,
131
+ notificationSound: ' skype_ring' // raw
131
132
}
132
133
)
133
134
```
@@ -145,7 +146,8 @@ import RNNotificationCall from "react-native-full-screen-notification-incoming-c
145
146
- ` notificationBody ` : string (required) body of notification
146
147
- ` answerText ` : string (required) answer button label
147
148
- ` 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
149
151
150
152
#### hide notification
151
153
You can’t perform that action at this time.
0 commit comments