solid-x-platforms icon indicating copy to clipboard operation
solid-x-platforms copied to clipboard

Solid running on Web, iOS, Android and Vision Pro.

SolidJS Logo

Solid running on Web, iOS, Android and Vision Pro.

https://github.com/NathanWalker/solid-x-platforms/assets/457187/a379a7ef-2bf8-437a-96d2-bb382320f5b5

Setup

Prerequisites:

  • NativeScript Environment Setup
    • Install vision tagged CLI: npm install -g nativescript@vision
    • Learn more here: https://docs.nativescript.org/guide/visionos
  • Xcode 15.2 Installed for Vision Pro Simulator
  • Download SwiftPackages here
    • Important for visionOS: Once unzipped, place the folder at apps/nativescript-hello-world/SwiftPackages
  • This repo uses yarn largely to share dependencies between the root and apps/nativescript-hello-world better however it can be switched to pnpm, npm, or even bun.
yarn setup

Run apps

yarn web

yarn ios

yarn vision

yarn android