Skip to content

Releases: seenn-io/react-native

v0.9.7

03 Feb 23:08

Choose a tag to compare

Changed

  • Minimum iOS version updated to 16.2 for Live Activity push token support
  • All @available annotations in Swift templates updated from 16.1 to 16.2

Why iOS 16.2?

While Live Activities were introduced in iOS 16.1, the APIs required for remote push updates were added in iOS 16.2:

  • Activity.request(pushType: .token) - iOS 16.2+
  • ActivityContent struct - iOS 16.2+
  • activity.update(ActivityContent(...)) - iOS 16.2+

v0.9.6

03 Feb 19:07

Choose a tag to compare

Changes

  • docs: Remove pricing and polling FAQ from README
  • docs: Fix README code examples and links
    • Remove invalid userId from config (passed to connect() instead)
    • Fix pollInterval default: 5000ms not 3000ms
    • Fix GitHub link to correct repo
    • Remove dead Discord link
    • Fix Contributing section with correct repo/commands

v0.9.5

03 Feb 19:07

Choose a tag to compare

Changes

  • docs: Remove pricing and polling FAQ from README
    • Pricing should be on website, not hardcoded in README
    • Remove "Why polling" FAQ (implementation detail)
    • Remove outdated version references

v0.9.4

02 Feb 21:38

Choose a tag to compare

Reverted minimum iOS to 16.1 - push-based Live Activities work on iOS 16.1+

v0.9.3

02 Feb 21:21

Choose a tag to compare

Minimum iOS version bumped to 16.2 for push-based Live Activity updates (Activity.request with pushType: .token)

v0.9.2

01 Feb 14:27

Choose a tag to compare

What's New

  • Device push token support for provisional push
  • Method swizzling for AppDelegate token capture
  • onPushToken event now includes type: 'liveActivity' | 'device'
  • OneSignal/Firebase compatible token handling

Previous Updates (v0.8.0 - v0.9.1)

  • SSE removed, polling-only architecture
  • Live Activity CTA button support
  • Standalone mode for BYO Backend
  • Push configuration improvements

See npm changelog for full history.

v0.1.0 - Initial Release

22 Jan 08:47

Choose a tag to compare

@seenn/react-native v0.1.0

First public release of the Seenn React Native SDK.

Features

  • SSE Connection - Real-time job updates via Server-Sent Events
  • Auto-reconnection - Exponential backoff (1s → 30s)
  • React Hooks - useSeennJob, useSeennJobs, useSeennConnectionState, useSeennJobProgress, useSeennJobsByStatus
  • TypeScript - Full type definitions included
  • Open Source - MIT License

Installation

npm install @seenn/react-native

Links