Solid running on Web, iOS, Android and Vision Pro.
solid-web-ios-android-vision.mp4
Prerequisites:
- NativeScript Environment Setup
- Install latest CLI:
npm install -g nativescript@latest
- Learn more here: https://docs.nativescript.org/guide/visionos
- Install latest CLI:
- Xcode 15.2 or higher Installed for Vision Pro Simulator
- Download SwiftPackages here
- Important for visionOS: Once unzipped, place the folder at
apps/nativescript-hello-world/SwiftPackages
- Important for visionOS: Once unzipped, place the folder at
- This repo uses yarn largely to share dependencies between the root and
apps/nativescript-hello-world
better however it can be switched topnpm
,npm
, or evenbun
.
yarn setup
yarn web
yarn ios
yarn vision
yarn android