- Version 0.0.19 - March 15, 2023
- Version 0.0.18 - March 09, 2023
- Version 0.0.17 - March 02, 2023
- Version 0.0.16 - February 27, 2023
- Version 0.0.15 - February 24, 2023 [This version has a problem in iOS, use the version 0.0.16]
- Version 0.0.14 - January 04, 2023
- Version 0.0.13 - April 19, 2022
- Version 0.0.12 - July 1, 2021
- Version 0.0.11 - March 23, 2021
- Version 0.0.10 - January 13, 2021
- Version 0.0.9 - November 25, 2020
- Version 0.0.6 - July 15, 2020
- Version 0.0.5 - July 06, 2020
- Version 0.0.4 - July 02, 2020
- Version 0.0.3 - June 23, 2020
- Version 0.0.2 - June 05, 2020
- Version 0.0.1 - May 28, 2020
Version 0.0.19 – March 15, 2023 #
- Upgraded iOS SDK version to 2.59.0.
- Added the necessary configuration to import locally the plugin, so now its posible to execute example/ app with npm.
- Added RequestPermissions.tsx as an example on how to request the required positioning permissions.
- Now positioning does stop when exiting both positioning examples.
Version 0.0.18 – March 09, 2023 #
- Updated iOS SDK to 2.58.0.
- Added new setDashboardURL() method in both platforms.
Version 0.0.17 – March 02, 2023 #
- Updated Android SDK to 2.85.0.
Version 0.0.16 – February 27, 2023 #
- Fixed problem in the podspec added in the previous version that made impossible to download the iOS SDK dependency
Version 0.0.15 – February 24, 2023 [This version has a problem in iOS, use the version 0.0.16] #
Version 0.0.14 – January 04, 2023 #
- Updated Android SDK to 2.83.4
- Added new callbacks (onEnterGeofences and onExitGeofences) to get notified when the user enters or leaves geofences:
- Only available in Android, will be availble also in iOS soon.
Version 0.0.13 – April 19, 2022 #
- Updated iOS SDK to 2.52.1
- Updated Android SDK to 2.73.0
- Added support for some new features present in out native SDKs:
- setUseRemoteConfig – When set to true the location engine will use a remote configuration stored on the dashboard so you can easily change and adapt it to your app’s needs
Version 0.0.12 – July 1, 2021 #
- Updated iOS SDK to 2.50.11
- Updated Android SDK to 2.68.6
- Added support for some new features present in our native SDKs:
- useLocationCache – Caches location for 30s after stopping positioning.
- useGeofencesInBuildingSelector – Use geofences for building detection. GPS + WIFI/BLE based building detector.
- enableOutdoorPositions – new in iOS. Enable/disable the use of outdoor positions in global mode.
- minimumOutdoorLocationAccuracy – new in Android. Set the minimum accuracy for outdoor positions. Positions with lower accuray will be discarded.
- Android only
- ignoreWifiThrottling – Ignore wifi throttling limitations in Android 10 and above.
- scansBasedDetectorAlwaysOn – Keep scans based building detetor active aftyer buliding detection.
- enableOpenSkyDetector – Enable/disable the open sky detector. Not recommended.
- Fixed bug in the following iOS options. The boolean values were not being correctly parsed so they were automatically always set to true. This is now fixed and the value will be set correctly.
- useGps – Use GPS signlas for indoor positioning.
- useBarometer – Use the barometer for indoor positioning.
- useDeadReckoning – Faster orientation changes.
- useGlobalLocation
Version 0.0.11 – March 23, 2021 #
- Solved bug in iOS useBarotemter configuration option
- Solved bug in iOS realtimeUpdateInterval configuration options
Version 0.0.10 – January 13, 2021 #
- Additional outdoor configuration options
- Updated iOS SDK to version 2.50.4
- Updated Android SDK to version 2.67.1
Version 0.0.9 – November 25, 2020 #
- Additional configuration methods (enable outdoor positions and battery saver)
- Updated iOS SDK to version 2.48.0
- Updated Android SDK to version 2.64.1
Version 0.0.6 – July 15, 2020 #
- Include real time support
- Updated iOS SDK to version 2.45.2
- Updated Android SDK to version 2.60.0
Version 0.0.5 – July 06, 2020 #
- Additional fetching methods to communicate with REST API (poi categories)
Version 0.0.4 – July 02, 2020 #
- Fix global location
Version 0.0.3 – June 23, 2020 #
- Navigation API
- Additional configuration methods (credentials, sdkVersion)
Version 0.0.2 – June 05, 2020 #
- Basic fetching methods to communicate with REST API (buildings, building info)
- Location API
- Direction API
Version 0.0.1 – May 28, 2020 #
- Public interfaces