Skip to content

Commit a6119f4

Browse files
committed
docs: add note on architecture support for React Native SDK compatibility
1 parent 63ec450 commit a6119f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Iterable's React Native SDK relies on:
3333
- [`minSdkVersion` 21+, `compileSdkVersion` 31+](https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd)
3434
- [Iterable's Android SDK](https://github.com/Iterable/iterable-android-sdk)
3535

36+
## Architecture Support
37+
38+
**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.
39+
3640
## Installation
3741

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

0 commit comments

Comments
 (0)