We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ecc3e commit f36d392Copy full SHA for f36d392
1 file changed
README.md
@@ -30,6 +30,25 @@
30
- Works well with **any native navigation** pattern, as well as every React Native JavaScript based navigation
31
- Compatible with all native languages **Objective-C**, **Swift**, **Java** and **Kotlin**
32
33
+## Enabling New Architecture
34
+
35
+### Android
36
+Add the following to your `android/gradle.properties`:
37
38
+```
39
+# Enable new architecture
40
+newArchEnabled=true
41
42
43
+### iOS
44
+Install cocoapods with the flag:
45
46
47
+RCT_NEW_ARCH_ENABLED=1 pod install
48
49
50
+> [!NOTE]
51
+> New Architecture is enabled by default from React Native 0.76
52
53
## Installation
54
0 commit comments