Skip to content

Releases: segmentio/analytics-react-native

v2.1.0-beta

01 Feb 18:45
Compare
Choose a tag to compare
  • New public interface to streamline access/observability to settings, context, events, and user info on global scope

  • An entirely new state management framework @segment/sovran-react-native

    • Provides a State management for TS/JS projects with little overhead and boilerplate.
    • Provides observability events over watched objects in the scope of a React Native app
    • Provides a bridge for sending state actions from native code (Kotlin, Java, Swift or Objective C) to RN (TS/JS)
  • General bug fixes, updates, and improvements

2.0.0-pilot

26 Oct 18:04
Compare
Choose a tag to compare
  • adds an entirely new analytics-react-native SDK. Refer to the readme for a detailed overview and the migration guide for migration details.

1.5.0

15 Jul 19:51
032c67a
Compare
Choose a tag to compare

bump Amplitude deployment target to address build error

1.4.9

21 Jun 21:32
1cf7fcf
Compare
Choose a tag to compare

Bumps Mixpanel and Facebook IOS integrations to resolve build issues. #335

1.4.8

26 May 22:50
Compare
Choose a tag to compare

Fixes issue with Android Lifecycle Methods: #328

1.4.7

24 May 22:29
Compare
Choose a tag to compare

Bug Fixes

  • change logging variable to constant string resolves error on 0.64.1 (#325) (044f5dc)
  • bump Segment-Firebase pod (#327)

1.4.6

18 May 22:32
Compare
Choose a tag to compare

Fixes:

Pins Segment-Firebase integration to 2.7.6 which reverts import statements to build with React Native

1.4.5

18 May 15:51
Compare
Choose a tag to compare

Bug Fixes

  • pins IOS integration pod versions to integrations.yml
  • deprecated GA package since it is obsolete.

1.4.4

09 Feb 00:12
Compare
Choose a tag to compare

Bug Fixes
-android: bump deps and fix config issues (#298) (5a2ed9b)
-ios bridge to respect promise (#295) (640aa73)

1.4.0

09 Feb 00:13
Compare
Choose a tag to compare

1.4.0 (2021-02-08)

Bug Fixes

  • android: fix crash when promise resolves in debug mode (#267) (a0e21d9)
  • package: missing repo info (#268) (6a2a93b)
  • change React dependency to React-Core (#254) (c51e689)
  • don't call stringValue of strings (#253) (226a9e4)

Features

  • android: allow opt-out for new lifecycle methods (#256) (8dbadad)