https://github.com/calebnance/rnmacosnintendoswitch
https://github.com/calebnance/rnmacosnintendoswitch
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebnance/rnmacosnintendoswitch
- Owner: calebnance
- Created: 2021-11-26T04:29:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T04:29:48.000Z (over 4 years ago)
- Last Synced: 2025-03-16T08:45:23.769Z (over 1 year ago)
- Language: Objective-C
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native MacOS - Nintendo Switch Dashboard Clone
this repo is to explore what you can do with react native windows + macos
### Starting Steps to create this Repo
Started this repo with: [Get Started with macOS](https://microsoft.github.io/react-native-windows/docs/0.64/rnm-getting-started)
**Init**
```
npx react-native init rnmacosnintendoswitch --template react-native@^0.64.0
```
**Install the macOS extension**
```
npx react-native-macos-init
```
**Run Locally**
```
npx react-native run-macos
```