In-App UI
Expo
SDK
Push notifications
Handling Push Notifications with React Native and Expo
Documentation on integrating Expo push notifications with the Knock SDK in your React Native application.
Note: This documentation assumes you're utilizing our KnockExpoPushNotificationProvider for a streamlined push notification setup within your React Native and Expo environment.
Prerequisites
#Before diving into the integration process, ensure your Knock account is set up for push notifications. For initial setup instructions, please visit our push notification documentation.
1
2
3
4
Troubleshooting
#- Not Receiving Notifications: Ensure your Expo push token is correctly registered with Knock and that your device's notification settings allow push notifications from your app.
- Handling Silent Notifications: If implementing silent notifications, ensure that your notification payload is correctly configured to not display an alert or sound.
For further assistance, reach out to our support team.