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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<h1align="center">
2
2
<ahref="https://reactnative.dev/">
3
-
React Native Vision OS
3
+
React Native visionOS
4
4
</a>
5
5
</h1>
6
6
@@ -9,7 +9,7 @@
9
9
Build spatial apps with React.
10
10
</p>
11
11
12
-
React Native Vision OS allows you to write visionOS with full support for platform SDK. This is a full fork of the main repository with changes needed to support visionOS.
12
+
React Native visionOS allows you to write visionOS with full support for platform SDK. This is a full fork of the main repository with changes needed to support visionOS.
13
13
14
14
> [!CAUTION]
15
15
> This project is still at an early stage of development and is not ready for production use.
@@ -45,9 +45,9 @@ It's important not to cover the translucent background with a solid color, as it
45
45
## API Reference
46
46
47
47
### App entry point
48
-
React native visionOS uses SwiftUI lifecycle. The app entry point is now `App.swift` file (by default it is `main.m`). This change allows us to use full capabilities of the visionOS SDK.
48
+
React Native visionOS uses SwiftUI lifecycle. The app entry point is now `App.swift` file (by default it is `main.m`). This change allows us to use full capabilities of the visionOS SDK.
0 commit comments