File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const options = {
5353 channelId: ' com.company.my' ,
5454 channelName: ' Foreground service for my app' ,
5555 notificationTitle: ' My app is running on background' ,
56- notiticationIcon : ' Path to the resource icon of the notification' ,
56+ notificationIcon : ' Path to the resource icon of the notification' ,
5757 },
5858 }
5959};
@@ -142,7 +142,7 @@ RNCallKeep.setForegroundServiceSettings({
142142 channelId: ' com.company.my' ,
143143 channelName: ' Foreground service for my app' ,
144144 notificationTitle: ' My app is running on background' ,
145- notiticationIcon : ' Path to the resource icon of the notification' ,
145+ notificationIcon : ' Path to the resource icon of the notification' ,
146146});
147147```
148148
You can’t perform that action at this time.
0 commit comments