Skip to main content

(Advanced) React Native SDK Setup

1. Pre-permission for Push Notifications

Users must grant permission to receive push notifications. The Notifly React Native SDK does not separately request user permission for push notifications. Implementing user notification permission must be done directly within the app, independently of the Notifly React Native SDK installation.

If you are using Firebase Messaging, you can implement this by referring to the Firebase Messaging documentation.