From a6119f4a85b495e26ccd2e0c56b52dfed5821a7e Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Thu, 10 Apr 2025 08:58:42 -0700 Subject: [PATCH 1/2] docs: add note on architecture support for React Native SDK compatibility --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f976b3be..7d026c0d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Iterable's React Native SDK relies on: - [`minSdkVersion` 21+, `compileSdkVersion` 31+](https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd) - [Iterable's Android SDK](https://github.com/Iterable/iterable-android-sdk) +## Architecture Support + +**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. + ## Installation For installation instructions, read [Installing Iterable's React Native SDK](https://support.iterable.com/hc/articles/360045714132). From 5d7f9882ce5c870ddcd906edf34936d3ac6a1e46 Mon Sep 17 00:00:00 2001 From: Loren Posen Date: Thu, 10 Apr 2025 09:00:26 -0700 Subject: [PATCH 2/2] docs: add table of contents to README for improved navigation --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d026c0d..deeab4ea 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,25 @@ message and web push notification campaigns to your customers. This SDK helps you integrate your React Native-based iOS and Android apps with Iterable. It supports JavaScript and TypeScript. + + + + + +- [Requirements](#requirements) +- [Architecture Support](#architecture-support) +- [Installation](#installation) +- [Features](#features) +- [Sample projects](#sample-projects) +- [Version mapping](#version-mapping) +- [Release notes, support and troubleshooting](#release-notes-support-and-troubleshooting) +- [License](#license) +- [Want to contribute?](#want-to-contribute) + + + + + ## Requirements Iterable's React Native SDK relies on: @@ -35,7 +54,7 @@ Iterable's React Native SDK relies on: ## Architecture Support -**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. +**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. ## Installation