[ Package conformance ]
Notifications · >=8.0.0
react-native-push-notification
load-safe — local notifications and scheduling actually fire via the browser Notification API, permission flow real, channels stub. remote push (FCM/APNs) delivery is intentionally absent in browser preview60%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (10)
configure (calls onRegisterrequests Notification permission)localNotification (fires real browser Notification)localNotificationSchedule (setTimeout-backed)requestPermissions (real Notification.requestPermission)checkPermissionscancelLocalNotification/cancelAllLocalNotificationssetApplicationIconBadgeNumbercreateChannel/channelExists/channelBlocked/getChannels stubsImportance/Priority/RepeatType enums
Missing (7)
remote push registrationFCM/APNs integrationgetScheduledLocalNotifications (always empty)getDeliveredNotifications (always empty)real badge read-backsubscribeToTopic/unsubscribeFromTopic (noop)repeat scheduling