> For the complete documentation index, see [llms.txt](https://docs.artificient.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.artificient.de/change-log/react-native.md).

# React Native

## <mark style="color:purple;">Dependencies</mark>

No third-party dependencies are required.&#x20;

## <mark style="color:purple;">v1.0.9  -  31 Jul 2025</mark>

#### **Added**

* Implemented a new crash detection mode for low-speed crash tests

#### **Fixed**

* Upload trips in crash mode `LOW_SPEED_TEST` (Android)

## <mark style="color:purple;">v1.0.8  -  29 Jul 2025</mark>

#### **Added**

* Implemented a new crash detection mode for low-speed crash tests

#### **Fixed**

* Modified the uploading process to upload trips containing crash regardless of the their validity

## <mark style="color:purple;">v1.0.7  -  4 Jul 2025</mark>

#### **Added**

* Implemented crash detection
* implemented onDetectCrash and onUploadCrash listeners

## <mark style="color:purple;">v1.0.6  -  18 Apr 2025</mark>

#### **Added**

* Improved logging to facilitate error handling (Android)

#### **Fixed**

* Auto-stop recording service (Android)

## <mark style="color:purple;">v1.0.5  -  5 Mar 2025</mark>

#### **Added**

* Collecting device ID (Android)
* Deletion of invalid trip data (Android)

#### **Fixed**

* Duplicated data uploading (iOS)
* Compatibility with Firebase

## <mark style="color:purple;">v1.0.3  -  19 Feb 2025</mark>

#### **Added**

* Collecting device ID (iOS)
* Implementation of trip validity check to avoid uploading invalid trips (Android)

#### **Fixed**

* Auto-stop recording service (Android)

## <mark style="color:purple;">v1.0.2  -  14 Jan 2024</mark>

#### **Added**

* Set the battery percentage granularity to increments of 5% (to resemble the iOS battery percentage).  (Android)
* Improved logging to facilitate error handling  (Android)

#### **Fixed**

* Resuming the background data upload in case of connection loss. (iOS)
* Reduced [stopRecordingOnLowBatteryLevel](/usage/ios/recording-data.md) threshold from 15 to 10.  (Android)
* Auto-stop recording service  (Android)
* Updating geofencing  (Android)

## <mark style="color:purple;">v1.0.1  -  13 Dec 2024</mark>

#### **Added**

* Improved logging to facilitate error handling (iOS)
* `enableDetections` function to control automatic detections (Android)
* Force stop on low battery settings (Android)
* Upload settings (Android)

#### **Changed**

* Reduced [stopRecordingOnLowBatteryLevel](/usage/ios/recording-data.md) threshold from 15 to 10. (iOS)

#### **Fixed**

* User authentication (iOS)
* Auto-stop service in background (Android)
* Boot receiver settings (Android)

## <mark style="color:purple;">v1.0.0  -  12 Dec 2024</mark>

#### **Added**

* Recording with "NoCamera" mode.
* Recording data automatically when a trip is detected.
* Stop recording data automatically when the trip ends.
* Authentication and user management
* Automatic upload management for driving behavior analysis on GIZO platform.
