# React Native Chat UIKit

## [**Version 3.0.1**](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/v0.8.0) **(2025-05-27)**

### **Fixes:**

* Ensure channel removal from Channel when the channel gets deleted.

### Compatibility :

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31

***

## [**Version 0.8.0**](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/v0.8.0) **(2025-03-14)**

## **New Feature:**

* Upgraded SDK using `v7.0.1`.

### **Fixes:**

* Fixed duplicated image issues in chat.

### Compatibility :

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31

***

## [**Version 0.7.1** ](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/v0.7.1)**(2025-03-06)**

### **Fixes:**

* Fixed `RTE` connection is not being maintained in background mode.

### Compatibility :

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31

***

## [**Version 0.7.0**](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/0.7.0) **(2024-12-20)**

### **Fixes:**

* Fixed an issue by changing `TS-SDK` to be a peer dependency.

### Compatibility:

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31

***

## [**Version 0.6.0** ](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/v0.6.0)**(2024-11-04)**

### **Fixes:**

* Fixed an issue where previous messages would not load when scrolling to the top of the screen.

### Compatibility:

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31

***

## [Version 0.5.1 ](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/v0.5.1)(2024-10-17)

### Fixes:

* Fixed an issue with multiple subscriptions when using the app with tab navigation.

### Compatibility:

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31

***

## [**Version 0.5.0**](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/v0.5.0) **(2024-08-26)**

### **Fixes:**

* Fixed an issue where clicking the space near an image would open the image in full-screen mode.

### Compatibility:

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31

***

## [Version 0.4.0](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/v0.4.0) (2024-08-05)

### Fixes:

* Fixed an issue where the message option text was not visible on Android.
* Fixed an issue where globally banned users could still see the chat list.
* Fixed a duplicate message creation issue in the message list.
* Fixed an issue where errors were not displayed when sending messages containing blocked words or unallowed URLs.

### Compatibility:

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31

***

## [Version 0.3.2](https://github.com/AmityCo/Amity-Chat-UIKit-React-Native-CLI-OpenSource/releases/tag/v0.3.2) (2024-07-19)

### Fixes:

* Fixed an issue where the `Edited` label showed on messages that had not been edited.

### Compatibility:

* React >= v16
* NodeJS >= v18
* NPM >= v6
* yarn = v3.6.1
* Minimum iOS Target = 13.4
* Kotlin = 1.7.0
* minSdkVersion = 21
* compiledSdkVersion = 31


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.social.plus/social-plus-uikit/changelogs/react-native/react-native-chat-uikit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
