Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async function () {
Notifications.createChannelAsync(
"first channel",
{
name: "first channel name",
description: "channel description",
sound: true,
priority: 5,
vibrate: false,
badge: true,
groupId: "first",
},
);
}
,