@posthog/react-native-plugin@2.3.0
Immutable
release. Only release title and notes can be modified.
2.3.0
Minor Changes
- #4429
1b6ed5aThanks @ioannisj! - Add the native push notification bridge, soposthog-react-nativecan register device tokens and capture notification opens through the native PostHog SDKs.- Forwards the push config (
capturePushNotificationSubscriptions,capturePushNotificationOpened) to posthog-ios and posthog-android at setup. - Bridges
registerPushNotificationToken,unregisterPushNotificationToken,capturePushNotificationOpened,setOptOut, andresetfor runtime control from JS. - Supports a JS
pushIdentityProviderfor projects that require identity-verified subscriptions. - Captures cold-start notification opens on Android by inspecting the launch Activity's intent at setup, which posthog-android's own lifecycle integration cannot observe in React Native apps. (2026-08-05)
- Forwards the push config (