Skip to content

Commit dc7ff75

Browse files
committed
docs: update README to reflect full support for React Native's New Architecture
1 parent 80554bb commit dc7ff75

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ Iterable. It supports JavaScript and TypeScript.
1515

1616
<!-- code_chunk_output -->
1717

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)
18+
- [Iterable's React Native SDK](#iterables-react-native-sdk)
19+
- [Requirements](#requirements)
20+
- [Architecture Support](#architecture-support)
21+
- [Installation](#installation)
22+
- [Features](#features)
23+
- [Sample projects](#sample-projects)
24+
- [Version mapping](#version-mapping)
25+
- [Release notes, support and troubleshooting](#release-notes-support-and-troubleshooting)
26+
- [License](#license)
27+
- [Want to contribute?](#want-to-contribute)
2728

2829
<!-- /code_chunk_output -->
2930

@@ -54,11 +55,12 @@ Iterable's React Native SDK relies on:
5455

5556
## Architecture Support
5657

57-
**Important**: Iterable's React Native SDK has limited support for [React
58-
Native's New Architecture](https://reactnative.dev/architecture/landing-page)
59-
through interop. We are in the process of updating the SDK to fully support the New
60-
Architecture, and suggest using the legacy architecture in the meantime. *TLDR;* Use the New Architecture at your own risk --
61-
you may encounter significant issues.
58+
Iterable's React Native SDK now fully supports [React Native's New Architecture](https://reactnative.dev/architecture/landing-page), including TurboModules and Fabric. You can use the SDK with either the legacy architecture or the New Architecture.
59+
60+
Notes:
61+
62+
- Ensure your app is configured for New Architecture per the React Native docs.
63+
- The example app in this repository is configured with New Architecture enabled.
6264

6365
## Installation
6466

example/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,12 @@ gem install xcodeproj -v '< 1.26.0'
211211
gem install concurrent-ruby -v '< 1.3.4'
212212
```
213213

214-
## Unable to build on Xcode 16.3
214+
## Xcode 16.3 Issue
215215

216216
There is a [known issue](https://github.com/facebook/react-native/issues/50411)
217217
with Xcode 16.3 and [email protected].
218218

219-
Until New Architecture is supporter by Iterable, we cannot upgrade to 0.76.
220-
Therefore, to fix it we need to downgrade Xcode to 16.2.
221-
- [Download Xcode 16.2](https://download.developer.apple.com/Developer_Tools/Xcode_16.2/Xcode_16.2.xip)
219+
This SDK supports React Native New Architecture. If you encounter this Xcode-specific issue, consider downgrading Xcode to 16.2 or upgrading React Native once a fix is available.
222220

223221
## Other
224222
If things are not working and you are stumped as to why, try running the
@@ -272,4 +270,4 @@ export NODE_OPTIONS=--openssl-legacy-provider
272270

273271
You should also look through the [React Native environment setup
274272
docs](https://reactnative.dev/docs/set-up-your-environment) and make sure that
275-
you did not miss anything.
273+
you did not miss anything.

0 commit comments

Comments
 (0)