> For the complete documentation index, see [llms.txt](https://even-financial.gitbook.io/developer-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://even-financial.gitbook.io/developer-center/embeddable-integrations/mobile-sdks/changelogs/offer-carousel.md).

# React Native Offer Carousel SDK

### 1.11.1 (2026-06-09)

* Improved app responsiveness by replacing deprecated animation scheduling with modern frame-based timing

### 1.11.0 (2026-06-02)

* Updated the offer carousel component to use an improved markdown rendering library

### 1.10.2 (2026-05-19)

* Reduced bundle size through dependency cleanup and import optimization.

### 1.10.1 (2026-04-21)

* Improved type definitions

### 1.10.0 (2026-04-14)

* Updated behavior to return region-specific error codes for users outside the United States
* Standardized error handling by introducing a consistent error code mapping and deprecating the existing error enum
* Removed a deprecated dependency to address security vulnerabilities and improve stability

### 1.9.1 (31 Mar 2026)

* Removed `query` and `searchApiToken` props
* Deprecated EWS search endpoint
* Removed third-party search functionality

### 1.9.0 (25 Mar 2026)

* Moved `react-native-svg` to peer dependencies (required version: `>=15.11.0 <16`)
* Removed the `VideosCard` component
* Removed the `ThumbsUpIcon` component from `BaseOfferCard`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://even-financial.gitbook.io/developer-center/embeddable-integrations/mobile-sdks/changelogs/offer-carousel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
