Skip to content

Commit

Permalink
[udpate] add vibrate for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Praisecodes committed Oct 17, 2023
1 parent 7b64341 commit 3835727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ function App(): JSX.Element {
{
channelId: "channel-id",
channelName: "My channel",
importance: Importance.HIGH
importance: Importance.HIGH,
vibrate: true,
}, (created: boolean) => null
)
}
Expand Down

0 comments on commit 3835727

Please sign in to comment.