Skip to content

v2.1.0-beta

Compare
Choose a tag to compare
@oscb oscb released this 01 Feb 18:45
· 540 commits to master since this release
  • 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