File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -19,29 +19,22 @@ React Native Vision OS allows you to write visionOS with full support for platfo
19191 . Make sure you have a [ proper development environment setup] ( https://reactnative.dev/docs/environment-setup )
20202 . Download the latest Xcode beta [ here] ( https://developer.apple.com/xcode/ ) .
21213 . Install visionOS Simulator runtime.
22- 4 . Initialize the project using this command:
22+ 4 . Install the latest version of CMake (at least v3.28.0)
23+ 5 . Initialize the project using this command:
2324
2425```
2526npx @callstack/react-native-visionos@latest init YourApp
2627```
27- 5 . Next, go to ` YourApp/visionos ` folder and run following commands to install Pods:
28+ 6 . Next, go to ` YourApp/visionos ` folder and run following commands to install Pods:
2829
2930```
3031cd visionos
3132bundle install
3233bundle exec pod install
3334```
3435
35- 6 . If you want to use Hermes, you need to install CMake from source (v3.28.0)
36-
37- ``` sh
38- brew install cmake --HEAD
39- ```
40-
41- If not, remember to disable it in ` Podfile ` .
42-
43- 8 . Open ` YourApp/visionos/YourApp.xcworkspace ` using Xcode 15 Beta.
44- 9 . Build the app by clicking the "Run" button in Xcode.
36+ 7 . Open ` YourApp/visionos/YourApp.xcworkspace ` using Xcode 15 Beta.
37+ 8 . Build the app by clicking the "Run" button in Xcode.
4538
4639## Platform guidelines
4740
6457node ./scripts/oot-release.js --new-version " <visionos-version>" --react-native-version " <react-native-version>" --one-time-password " <otp>"
6558```
6659
67- To test releases and template we use [ Verdaccio] ( https://verdaccio.org/ ) .
60+ To test releases and template we use [ Verdaccio] ( https://verdaccio.org/ ) .
You can’t perform that action at this time.
0 commit comments