> ## Documentation Index
> Fetch the complete documentation index at: https://learn.social.plus/llms.txt
> Use this file to discover all available pages before exploring further.

# React Native

> On this page, you will find an overview of all relevant changes to the Social Plus UIKit

<Update label="4.1.0  (03/07/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### Visitor Mode

  Added visitor mode with enhanced daily usage-limit handling, including a `VisitorUsageLimit` page exported from the public API. Non-members now see an engagement bar with gated like and comment actions that prompt a sign-in toast.

  #### Login Configuration

  Added support for applying login behavior from configuration.

  ## ✨ Improvements

  * Upgraded the Social Plus SDK dependency (`@amityco/ts-sdk-react-native`) to 7.23.0.

  ## 🐞 Bug Fixes

  * Show action controls on story comments.
  * Fixed the tab navigation and divider showing when Explore is the only tab.
  * Fixed long user profile descriptions overflowing on iOS.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | 19        |
      | React Native | 0.82.1    |
      | Node.js      | ≥ 20      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.1  (25/06/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed image upload failing in the post composer.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | 19        |
      | React Native | 0.82.1    |
      | Node.js      | ≥ 20      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0  (12/06/2026)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### React Native UIKit v4.0.0 — General Availability

  The React Native UIKit v4 is now generally available, graduating from the release-candidate series to a stable release. This release ships the refreshed v4 component architecture, live streaming powered by LiveKit, deep linking and push notification support, notification settings, and user profile screens.

  #### Post Link Validation

  Added link validation in the post composer, preventing invalid URLs from being submitted.

  ## ✨ Improvements

  * Switched Android post video playback to HLS streaming for more reliable playback.
  * Added video compression for stories to reduce upload size.

  ## 🐞 Bug Fixes

  * Fixed an Android story crash caused by oversized camera capture, by capping the video capture resolution.
  * Fixed black story footer and draft background, and the incorrect delete (trash) icon color.
  * Fixed a duplicate live badge appearing on the Android livestream player.
  * Fixed Android poll duration not updating when tapped.
  * Fixed reply count not being pluralized in comment "view more" labels.
  * Fixed a nested "view replies" affordance incorrectly appearing in the reply list.
  * Fixed long brand user names overflowing their layout.
  * Fixed avatar tap not navigating to the user profile.
  * Fixed post menu share options being shown to non-members.
  * Fixed mentioning members of a private community.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | 19        |
      | React Native | 0.82.1    |
      | Node.js      | ≥ 20      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC.24  (05/06/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed story ring incorrectly showing when the user has no active stories.
  * Fixed incorrect permission check blocking story creation.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC.23  (27/05/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed livestream player displaying in wrong aspect ratio.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC.22  (15/05/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed user search being case-sensitive by adding `matchType` set to `partial` for search queries.
  * Fixed community search crash caused by duplicate keys and undefined slice operation.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC21  (09/04/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed page re-rendering issue during pagination on social home page.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC20  (27/03/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed story comment behavior to align with community settings.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC19  (18/03/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed custom avatar URL not displaying correctly for followings and followers.
  * Fixed performance issues on social home page.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC18  (26/02/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed incorrect permission check on create Post button.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC17  (19/02/2026)" tags={["Improvements"]}>
  ## Breaking Behaviour

  * User search result contains only displayname matches.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC15  (11/02/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed Comment composer appears behind the keyboard.
  * Fixed Post header not fully visible when navigating to Post details

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC14  (30/01/2026)" tags={["New Releases"]}>
  ## 🚀 New Features

  * Upgraded Livestream service

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC12  (27/01/2026)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed incorrect participant count when there is a single poll vote.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC3  (22/10/2025)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fixed nested navigation issue by upgrading navigation lib.
  * Fixed `absolute` import issue by migrating to `relative` import internally.

  ## 🚨 Compatibility Changes

  #### RN 0.8x Compatibility

  * Replaced `react-native-create-thumbnail` with `react-native-compressor` for local video thumbnail generation.
  * Removed unused`react-native-rsa-native` dependency.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC2  (17/10/2025)" tags={["New Releases","Improvements"]}>
  ## 🚀 New Features

  #### Community feature parity

  * Introduce key community features; Profile, Settings, Membership, Pending Posts, Featured/Pinned Posts.

  ## 🚨 Compatibility Changes

  #### Support 16 KB page sizes

  * Bumped React Native version to 0.77

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.77    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 2.0.21    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-beta30  (29/09/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  * Support Redux store isolation, enables isolation of storage between UIKit and application.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version   |
      | :------ | :-------- |
      | React   | ≥ 16      |
      | Node.js | ≥ 18      |
      | NPM     | ≥ 6       |
      | Yarn    | ≥ 1.22.15 |
      | JDK     | ≥ 17.0.10 |
      | Kotlin  | 1.8.0     |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 13.4    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 34      |
      | buildToolsVersion | 34.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-RC1  (26/09/2025)" tags={["New Releases"]}>
  ## 🚨  Dependency Changes

  #### React Native New Architecture

  * Bumped React Native version to `0.76.9`

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config       | Version   |
      | :----------- | :-------- |
      | React        | ≥ 18      |
      | React Native | ≥ 0.76    |
      | Node.js      | ≥ 18      |
      | NPM          | ≥ 6       |
      | Yarn         | ≥ 1.22.15 |
      | JDK          | ≥ 17.0.10 |
      | Kotlin       | 1.9.25    |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 15.1    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 35      |
      | buildToolsVersion | 35.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-beta29  (17/09/2025)" tags={["Improvements"]}>
  ## 🐞 Bug Fixes

  * Fix global feed content loading.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version   |
      | :------ | :-------- |
      | React   | ≥ 18      |
      | Node.js | ≥ 18      |
      | NPM     | ≥ 6       |
      | Yarn    | ≥ 1.22.15 |
      | JDK     | ≥ 17.0.10 |
      | Kotlin  | 1.8.0     |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 13.4    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 34      |
      | buildToolsVersion | 34.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-beta28  (22/08/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Post Engagement

  * Introduce new post engagement component.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version   |
      | :------ | :-------- |
      | React   | ≥ 18      |
      | Node.js | ≥ 18      |
      | NPM     | ≥ 6       |
      | Yarn    | ≥ 1.22.15 |
      | JDK     | ≥ 17.0.10 |
      | Kotlin  | 1.8.0     |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 13.4    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 34      |
      | buildToolsVersion | 34.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-beta27  (13/08/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Story

  * Support rendering stories on newsfeed.

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version   |
      | :------ | :-------- |
      | React   | ≥ 18      |
      | Node.js | ≥ 18      |
      | NPM     | ≥ 6       |
      | Yarn    | ≥ 1.22.15 |
      | JDK     | ≥ 17.0.10 |
      | Kotlin  | 1.8.0     |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 13.4    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 34      |
      | buildToolsVersion | 34.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="4.0.0-beta26  (11/07/2025)" tags={["New Releases"]}>
  ## 🚀 New Features

  #### Poll post

  * Support poll post rendering and poll post creation.

  ## 🚨  Dependency Changes

  * Added new peer dependency: `@react-native-community/datetimepicker` (v7.1.0)

  ## 🧩 Compatibility

  <AccordionGroup>
    <Accordion title="Environment" icon="gear">
      | Config  | Version   |
      | :------ | :-------- |
      | React   | ≥ 18      |
      | Node.js | ≥ 18      |
      | NPM     | ≥ 6       |
      | Yarn    | ≥ 1.22.15 |
      | JDK     | ≥ 17.0.10 |
      | Kotlin  | 1.8.0     |
    </Accordion>

    <Accordion title="iOS SDK" icon="gear">
      | Config         | Version |
      | :------------- | :------ |
      | Minimum Target | 13.4    |
    </Accordion>

    <Accordion title="Android SDK" icon="gear">
      | Config            | Version |
      | :---------------- | :------ |
      | minSdkVersion     | 24      |
      | compileSdkVersion | 34      |
      | buildToolsVersion | 34.0.0  |
    </Accordion>
  </AccordionGroup>
</Update>
