Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanwalker/solid-x-platforms
Solid running on Web, iOS, Android and Vision Pro.
https://github.com/nathanwalker/solid-x-platforms
android ios nativescript solidjs swiftui typescript visionos visionpro
Last synced: 20 days ago
JSON representation
Solid running on Web, iOS, Android and Vision Pro.
- Host: GitHub
- URL: https://github.com/nathanwalker/solid-x-platforms
- Owner: NathanWalker
- Created: 2023-10-29T23:32:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T04:22:20.000Z (3 months ago)
- Last Synced: 2024-10-10T22:23:53.523Z (26 days ago)
- Topics: android, ios, nativescript, solidjs, swiftui, typescript, visionos, visionpro
- Language: Swift
- Homepage: https://twitter.com/NativeScript/status/1744388620428222698
- Size: 796 KB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Solid](https://www.solidjs.com/) 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](https://docs.nativescript.org/setup/macos#setting-up-macos-for-ios)
- Install latest CLI: `npm install -g nativescript@latest`
- Learn more here: https://docs.nativescript.org/guide/visionos
- [Xcode 15.2 or higher Installed for Vision Pro Simulator](https://developer.apple.com/download/applications/)
- [Download SwiftPackages here](https://drive.google.com/file/d/17wFGXOBqeXgs7mhFZ-wfg4ogHyRYlYCR/view?usp=sharing)
- **Important for visionOS**: Once unzipped, place the folder at `apps/nativescript-hello-world/SwiftPackages`
- This repo uses [yarn](https://classic.yarnpkg.com/lang/en/) largely to share dependencies between the root and `apps/nativescript-hello-world` better however it can be switched to `pnpm`, `npm`, or even `bun`.```bash
yarn setup
```## Run apps
```bash
yarn webyarn ios
yarn vision
yarn android
```