# React Native Offer Carousel SDK

### 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: 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://even-financial.gitbook.io/developer-center/embeddable-integrations/mobile-sdks/changelogs/offer-carousel.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.
