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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,29 +47,6 @@ To run the example app on iOS:
47
47
yarn example ios
48
48
```
49
49
50
-
By default, the example is configured to build with the old architecture. To run the example with the new architecture, you can do the following:
51
-
52
-
1. For Android, run:
53
-
54
-
```sh
55
-
ORG_GRADLE_PROJECT_newArchEnabled=true yarn example android
56
-
```
57
-
58
-
2. For iOS, run:
59
-
60
-
```sh
61
-
cd example/ios
62
-
RCT_NEW_ARCH_ENABLED=1 pod install
63
-
cd -
64
-
yarn example ios
65
-
```
66
-
67
-
If you are building for a different architecture than your previous build, make sure to remove the build folders first. You can run the following command to cleanup all build folders:
68
-
69
-
```sh
70
-
yarn clean
71
-
```
72
-
73
50
To confirm that the app is running with the new architecture, you can check the Metro logs for a message like this:
0 commit comments