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: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,15 @@ The source for the React Native visionOS documentation and website is hosted on
29
29
30
30
## Contributing
31
31
32
-
1. Follow the same steps as in the `New project creation` section.
33
-
2. Checkout `rn-tester`[README.md](./packages/rn-tester/README.md) to build React Native from source.
32
+
Prerequisites:
33
+
- Download the latest Xcode (at least 15.2)
34
+
- Install the latest version of CMake (at least v3.28.0)
35
+
36
+
Check out `rn-tester`[README.md](./packages/rn-tester/README.md) to build React Native from the source.
37
+
38
+
Remember to use `RNTester-visionOS` target
39
+
40
+
If `RNTester-visionOS` scheme is not showing up, click "New Scheme", which should be pre-populated with `RNTester-visionOS`. Build the app using Xcode.
0 commit comments