Skip to content

Releases: LinkForty/mobile-sdk-react-native

v1.3.0

17 Mar 15:38

Choose a tag to compare

1.3.0 (2026-03-17)

  • ci: add semantic-release with OIDC trusted publishing to npm (8d634bc)
  • feat: add setExternalUserId for user attribution on shared links (deed87c)
  • feat: add trackRevenue() convenience method for standardized revenue events (53438c2)

v1.2.0

03 Mar 23:05

Choose a tag to compare

Added

  • externalUserId option in CreateLinkOptions — identifies the app user creating the link, enabling per-user deduplication and share attribution
  • deduplicated boolean in CreateLinkResult — indicates when an existing link was returned instead of creating a new one (per-user deduplication)

v1.0.1 - Wider Compatibility

29 Nov 00:50

Choose a tag to compare

broaden peer dependencies for wider compatibility

  • Support React >=17.0.0 (was >=18.3.0)
  • Support React Native >=0.64.0 (was >=0.76.0)
  • Enables compatibility with 3+ years of RN versions