You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Release notes, support and troubleshooting](#release-notes-support-and-troubleshooting)
26
+
-[License](#license)
27
+
-[Want to contribute?](#want-to-contribute)
27
28
28
29
<!-- /code_chunk_output -->
29
30
@@ -54,11 +55,12 @@ Iterable's React Native SDK relies on:
54
55
55
56
## Architecture Support
56
57
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.
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.
222
220
223
221
## Other
224
222
If things are not working and you are stumped as to why, try running the
0 commit comments