Skip to content

Releases: Scode-Njnjas/react-native-converted-in-sdk

Release 1.1.0

09 Sep 04:58
Compare
Choose a tag to compare

1.1.0 (2024-09-09)

Features

  • change to get latest package in android and update example for android demo (937ec61)

Release 1.0.3-rc.0

09 Sep 04:32
Compare
Choose a tag to compare
Release 1.0.3-rc.0 Pre-release
Pre-release

1.0.3-rc.0 (2024-09-09)

Features

  • change to get latest package in android and update example for android demo (64eecb6)

Release 1.0.2

08 Sep 19:37
Compare
Choose a tag to compare

1.0.2 (2024-09-08)

Bug Fixes

  • add type definitions module exports and change the package because it makes crashes on Android (8d24583)

Release 1.0.2-rc.2

08 Sep 18:46
Compare
Choose a tag to compare
Release 1.0.2-rc.2 Pre-release
Pre-release

1.0.2-rc.2 (2024-09-08)

Bug Fixes

  • change the package because it make crash on android (f2b9108)

Release 1.0.2-rc.1

08 Sep 13:54
Compare
Choose a tag to compare
Release 1.0.2-rc.1 Pre-release
Pre-release

1.0.2-rc.1 (2024-09-08)

Bug Fixes

  • add missing packages in android (7e1db51)

Release 1.0.2-rc.0

08 Sep 13:45
Compare
Choose a tag to compare
Release 1.0.2-rc.0 Pre-release
Pre-release

1.0.2-rc.0 (2024-09-08)

Bug Fixes

  • add type definitions and module exports (1bc2055)

Release 1.0.1

07 Sep 14:48
Compare
Choose a tag to compare

1.0.1 (2024-09-07)

Bug Fixes

  • crash when installed on ios (767a4b6)

v1.0.0

06 Sep 09:35
5385df1
Compare
Choose a tag to compare

React Native ConvertedIn SDK v1.0.0 is now available, offering a comprehensive solution for integrating ConvertedIn's tracking and analytics features into your React Native applications. This release provides a robust set of features and improvements:

  1. Easy Integration: Simplified setup with the RNConvertInSDKProvider component.
  2. Comprehensive Event Tracking: Support for various e-commerce events including view content, add to cart, initiate checkout, and purchase.
  3. User Identification: Ability to identify users with email and phone information.
  4. Custom Events: Flexibility to track custom events tailored to your app's needs.
  5. TypeScript Support: Full TypeScript definitions for improved development experience.
  6. Cross-Platform Compatibility: Native modules for both iOS and Android platforms.
  7. Example App: A fully functional example application demonstrating SDK usage.
  8. Extensive Documentation: Detailed README and API reference for quick start and advanced usage.

Key Features:

  • Initialize SDK with pixel ID and store URL
  • User identification
  • Standard e-commerce event tracking
  • Custom event tracking
  • Device token management for push notifications

This release lays a solid foundation for mobile analytics in React Native applications, enabling developers to easily implement ConvertedIn's tracking capabilities and gain valuable insights into user behavior.

For more details on usage and implementation, refer to the README

What's Changed

  • feat: implement android native code and update code in the example app by @MinhOmega in #2
  • feat: implement test case and fix issue: initialize twice in the example app by @MinhOmega in #3
  • test: update test code for lib and corrrecting step run example app in README by @MinhOmega in #4

Full Changelog: https://github.com/Scode-Njnjas/react-native-converted-in-sdk/commits/v1.0.0