Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Releases: taplytics/taplytics-react-native

3.1.2 Release

Choose a tag to compare

@jsalaber jsalaber released this 14 Jul 15:11
c5dae7c
  • removed removeEventListener and use .remove on the returned object of addEventListener

Taplytics 3.0.0-rc.1 Release

Choose a tag to compare

@jsalaber jsalaber released this 20 Oct 18:05
  • updated android version to use version that calls new session listener on set user attribute

Taplytics 3.0.0-rc.0 Release

Choose a tag to compare

@hamzahayat hamzahayat released this 23 Apr 19:25

Breaking Changes

  • We've switched away from default exports and now export each method/hook individually for improved discoverability and autocompletion. Read more about migrating from v2.x to v3.x here.

Features

  • We've introduced hooks that can be utilized for easier usage of the core Taplytics React Native SDK. Check out the docs here.
  • The core SDK methods were also completely re-written from the ground up natively in TypeScript.
  • Added more comprehensive JSDocs.

Taplytics 2.1.4 Release

Choose a tag to compare

@hamzahayat hamzahayat released this 16 Mar 14:42
  • Fixed newAsyncVariable not returning a number variable on Android
  • Fixed newAsyncVariable not returning a variable of JSON type on iOS.
  • The callback function within propertiesLoadedCallback now provides a boolean type argument indicating if the properties were loaded on Android, similar to iOS
  • propertiesLoadedCallback now returns a subscriber object. subscriber.remove() can be called to clean up the event listener when a component is unmounted.

Taplytics 2.1.3 Release

Choose a tag to compare

@clayton-halim clayton-halim released this 11 Nov 21:06
c96a860
  • Fixed newAsyncVariable crashing the app when a new session is created on iOS

Taplytics 2.1.2 Release

Choose a tag to compare

@jsalaber jsalaber released this 16 Oct 01:01
19def3b
  • Fixed propertiesLoadedCallback on Android

Taplytics 2.1.1 Release

Choose a tag to compare

@jsalaber jsalaber released this 28 Sep 20:51
88dc016
  • Fixed issue where propertiesLoadedCallback crashes when getting called more than once

Taplytics React Native Release 2.1.0

Choose a tag to compare

@jsalaber jsalaber released this 16 Mar 14:50
  • Added support for React Native 0.60.0

Taplytics React Native Release 1.4.1

Choose a tag to compare

@VicV VicV released this 11 Oct 21:08
  1. Add typings for core and experiment features of SDK (Thanks @tomauty !)

Taplytics React Native Release 1.4.0

Choose a tag to compare

@jsalaber jsalaber released this 19 Jul 20:30
  • Added call registerPushNotifications for iOS