Skip to content

Commit 1e3b5ee

Browse files
authored
Merge pull request #630 from Iterable/MOB-11189-add-disclaimer-about-not-supporting-new-architectu
[MOB-11189] add-disclaimer-about-not-supporting-new-architectu
2 parents 63ec450 + 5d7f988 commit 1e3b5ee

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ message and web push notification campaigns to your customers.
1010
This SDK helps you integrate your React Native-based iOS and Android apps with
1111
Iterable. It supports JavaScript and TypeScript.
1212

13+
14+
<!-- @import "[TOC]" {cmd="toc" depthFrom=2 depthTo=6 orderedList=false} -->
15+
16+
<!-- code_chunk_output -->
17+
18+
- [Requirements](#requirements)
19+
- [Architecture Support](#architecture-support)
20+
- [Installation](#installation)
21+
- [Features](#features)
22+
- [Sample projects](#sample-projects)
23+
- [Version mapping](#version-mapping)
24+
- [Release notes, support and troubleshooting](#release-notes-support-and-troubleshooting)
25+
- [License](#license)
26+
- [Want to contribute?](#want-to-contribute)
27+
28+
<!-- /code_chunk_output -->
29+
30+
31+
1332
## Requirements
1433

1534
Iterable's React Native SDK relies on:
@@ -33,6 +52,10 @@ Iterable's React Native SDK relies on:
3352
- [`minSdkVersion` 21+, `compileSdkVersion` 31+](https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd)
3453
- [Iterable's Android SDK](https://github.com/Iterable/iterable-android-sdk)
3554

55+
## Architecture Support
56+
57+
**Important**: Iterable's React Native SDK currently does not support [React Native's New Architecture](https://reactnative.dev/architecture/landing-page) (Fabric, TurboModules, and Codegen). The SDK is designed to work with the **legacy architecture only**. If you're using the New Architecture in your React Native application, you may encounter compatibility issues.
58+
3659
## Installation
3760

3861
For installation instructions, read [Installing Iterable's React Native SDK](https://support.iterable.com/hc/articles/360045714132).

0 commit comments

Comments
 (0)