react-native-notifications icon indicating copy to clipboard operation
react-native-notifications copied to clipboard

How do I even use this package?

Open JoaoHCopetti opened this issue 1 year ago • 0 comments

The documentation is not clear to me.

It only shows this code:

Notifications.postLocalNotification({
    title: "Local notification",
    body: "This notification was generated by the app!",
    extra: "data"
});

Ok, how do I handle the user request permission? How do I define the notification channels? Or how do I inform the channel? Should I create it myself or this package does these things to me? At least inform these kind of stuff in the documentation.

JoaoHCopetti avatar Dec 07 '23 14:12 JoaoHCopetti