FastPix Data SDK now supports React Native Video

Back to Changelog
JUN 12, 2026
NewImprovementVideo Data

The FastPix Data SDK now supports react-native-video on Android and iOS, forwarding playback telemetry through @fastpix/video-data-core.

What’s new:

  • New React Native integration: a fastpixReactNativeVideo HOC wraps react-native-video and forwards playback and quality events (play, pause, buffering, errors, time updates, and variant or bandwidth changes where supported).

  • Session and viewer tracking: optional SDK-managed viewer and session identifiers via @react-native-async-storage/async-storage when shouldTrackViewer is enabled, plus support for passing Platform and Dimensions for device metadata and fullscreen-aware layout.

  • Now on the fastpix.com ingest endpoint: telemetry is forwarded through @fastpix/video-data-core, which now points at the .com ingest host. Bump to 1.0.3 and re-run npm install to pick up the updated dependency; no code change is required. If your app references .io playback, image, dashboard, or doc URLs directly, update them to .com before the .io hosts are decommissioned.