Releases: hypertrack/sdk-react-native
Releases · hypertrack/sdk-react-native
14.0.2
14.0.1
14.0.0
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 ofgetOrders
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
Added
- New
HyperTrack.getAllowMockLocation()
andHyperTrack.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 toYES
/true
for your prod app QA mock location tests and need to set up the value in runtime.
- Example: if for some reason you aren't able to recompile with
Changed
13.7.1
13.7.0
13.6.4
Fixed
- Dependency conflict for
RCT-Folly
library when New Architecture is enabled (removed the fixed folly version)