Download Latest Version posthog-react-native@4.65.0 source code.zip (33.3 MB)
Email in envelope

Get an email when there's a new version of PostHog Browser JS Library

Home / posthog-react-native@4.65.0
Name Modified Size InfoDownloads / Week
Parent folder
posthog-react-native@4.65.0 source code.tar.gz < 21 hours ago 31.5 MB
posthog-react-native@4.65.0 source code.zip < 21 hours ago 33.3 MB
README.md < 21 hours ago 2.6 kB
Totals: 3 Items   64.8 MB 0

4.65.0

Minor Changes

  • #4643 35dcb94 Thanks @ioannisj! - Autocapture touches and clicks on React Native Web (including expo-router on web). Touch events there carry no _targetInst and every touch was silently dropped, so the element chain is now resolved by walking up from e.target to the nearest node carrying a React fiber. captureTouches also registers a capture-phase click listener on the document on web, emitted with $event_type: 'click', since browsers fire touchend only for touch input (react-native-web's Pressable stops propagation, and Modal renders outside the provider's subtree). Autocapture no longer lets an exception escape into the host app's event dispatch. (2026-08-26)

Patch Changes

  • #4650 e03f5d1 Thanks @marandaneto! - Accept CSS-style survey positions such as bottom-right and align them with their canonical SurveyPosition values. (2026-08-26)

  • #4654 aad1494 Thanks @marandaneto! - Deduplicate unknown survey position warnings after normalizing equivalent position names. (2026-08-26)

  • #4649 ec78dec Thanks @github-actions! - Respect ph-no-capture on any ancestor of a touched or clicked element. Previously an interaction deep inside an opted-out subtree could still send an $autocapture event carrying that subtree's element text and props, so apps relying on a high-level ph-no-capture may see fewer $autocapture events after upgrading. Interactions more than 1000 elements deep in the view hierarchy now produce no $autocapture event rather than a truncated one. A non-numeric maxElementsCaptured now falls back to the default of 20 instead of being treated as no cap at all. (2026-08-26)

  • Updated dependencies [ab1383a, 0d2cf49]:
  • @posthog/types@1.406.2
Source: README.md, updated 2026-08-26