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
19
19
1 . Make sure you have a [ proper development environment setup] ( https://reactnative.dev/docs/environment-setup )
20
20
2 . Download the latest Xcode beta [ here] ( https://developer.apple.com/xcode/ ) .
21
21
3 . 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:
23
24
24
25
```
25
26
npx @callstack/react-native-visionos@latest init YourApp
26
27
```
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:
28
29
29
30
```
30
31
cd visionos
31
32
bundle install
32
33
bundle exec pod install
33
34
```
34
35
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.
45
38
46
39
## Platform guidelines
47
40
64
57
node ./scripts/oot-release.js --new-version " <visionos-version>" --react-native-version " <react-native-version>" --one-time-password " <otp>"
65
58
```
66
59
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