Skip to content

Releases: hypertrack/sdk-react-native

14.1.0

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 24 May 10:34
0b00582

Changed

  • Updated HyperTrack SDK iOS to 5.13.0
  • Updated HyperTrack SDK Android to 7.13.0

14.0.6

Choose a tag to compare

@ferologics ferologics released this 20 Nov 18:43
372bc68

Changed

  • Updated HyperTrack SDK iOS to 5.12.1

14.0.5

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 11 Nov 17:02
fb4e4a0

Fixed

  • Fixed HyperTrack SDK iOS version to 5.12.0

14.0.4

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 20 Oct 15:05
4dbb209

Removed

  • RCT-Folly dependency (to ensure React Native 0.80+ compatibility)

Changed

  • Updated HyperTrack SDK iOS to 5.11.4
  • Updated HyperTrack SDK Android to 7.12.0

14.0.3

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 01 Oct 17:09
4316f71

Changed

  • Updated HyperTrack SDK Android to 7.12.0

14.0.2

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 06 Mar 19:58
9f7de1f

Changed

  • Updated HyperTrack SDK iOS to 5.11.2
  • Updated HyperTrack SDK Android to 7.11.3

14.0.1

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 05 Mar 15:10
7e2366c

Changed

  • Updated HyperTrack SDK iOS to 5.11.1
  • Updated HyperTrack SDK Android to 7.11.2

14.0.0

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 06 Feb 18:05
72a7480

Changed

  • Order.isInsideGeofence is now an async fuction that returns the value at the moment when it called (instead of the constant value at the time of getOrders being called)
  • Updated HyperTrack SDK iOS to 5.11.0
  • Updated HyperTrack SDK Android to 7.11.0

Fixed

  • Wrong order of Orders in HyperTrack.getOrders() on iOS
  • Error on HyperTrack.getOrders()/HyperTrack.subscribeToOrders() on Android when assigning multiple orders to the worker

13.8.0

Choose a tag to compare

@pavel-kuznetsov-hypertrack pavel-kuznetsov-hypertrack released this 23 Jan 20:07
4e19ced

Added

  • New HyperTrack.getAllowMockLocation() and HyperTrack.setAllowMockLocation() methods which can be used to allow mocking location data.
    • Check the Test with mock locations guide for more information.
    • Note: To avoid issues related to race conditions in your code use this API only if modifying the compiled HyperTrackAllowMockLocation AndroidManifest.xml/Info.plist value is insufficient for your needs.
      • Example: if for some reason you aren't able to recompile with HyperTrackAllowMockLocation set to YES/true for your prod app QA mock location tests and need to set up the value in runtime.

Changed

  • Updated HyperTrack SDK iOS to 5.10.0
  • Updated HyperTrack SDK Android to 7.10.0

13.7.1

Choose a tag to compare

@ferologics ferologics released this 05 Dec 19:44
371a31f

Changed

  • Updated HyperTrack SDK iOS to 5.9.1
  • Updated HyperTrack SDK Android to 7.9.1