📄️ Create your first App
1. Make sure you have a proper development environment setup
📄️ Integrate into existing projects
React Native visionOS allows you to take your existing React Native codebase and run it on visionOS.
📄️ 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.
📄️ Folder Structure
React Native visionOS builds upon the same template used for iOS and Android. Native visionOS files are stored inside of visionos folder (that's why it's required to run pod install in this folder instead of ios).
📄️ Platform Guidelines
We suggest you read Human Interface Guidelines for visionOS when creating visionOS apps.