FastPix Data SDK now supports React Native Video
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
fastpixReactNativeVideoHOC wrapsreact-native-videoand 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-storagewhenshouldTrackVieweris enabled, plus support for passingPlatformandDimensionsfor 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.comingest host. Bump to1.0.3and re-runnpm installto pick up the updated dependency; no code change is required. If your app references.ioplayback, image, dashboard, or doc URLs directly, update them to.combefore the.iohosts are decommissioned.