Skip to content

Commit

Permalink
fix: update README.md with corrected capitalization (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
krozniata authored Jan 29, 2024
1 parent 631fda2 commit fd0c8ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">
<a href="https://reactnative.dev/">
React Native Vision OS
React Native visionOS
</a>
</h1>

Expand All @@ -9,7 +9,7 @@
Build spatial apps with React.
</p>

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.
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.

> [!CAUTION]
> This project is still at an early stage of development and is not ready for production use.
Expand Down Expand Up @@ -45,9 +45,9 @@ It's important not to cover the translucent background with a solid color, as it
## API Reference

### App entry point
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.
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.

Here is a example from the template:
Here is an example from the template:
```swift
// App.swift
@main
Expand Down

0 comments on commit fd0c8ca

Please sign in to comment.