[ Package conformance ]

Analytics · >=1.0.0

posthog-react-native-session-replay

native-seam only: the real posthog-react-native-session-replay runs from the bundle (start/startSession/endSession/identify/startRecording/stopRecording/isEnabled + default export — all upstream JS). its published surface is fully covered by the shared PosthogReactNativeSessionReplay module, which also carries the renamed plugin superset: recording actions resolve without capturing and isEnabled() reports false — the same clean state an app sees with replay unconfigured. per docs/compat-scoring.md session-replay rule, delivery is intentionally absent
95%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (3)
full upstream JS surface (named exports + default module)start/startSession/endSession/identify/startRecording/stopRecording resolveisEnabled resolves false
Missing (3)
no session captureno canvas recordingno replay upload — intentionally absent for the development simulator (no PostHog replay backend)