An open API service indexing awesome lists of open source software.

https://github.com/calebnance/rnmacosnintendoswitch


https://github.com/calebnance/rnmacosnintendoswitch

Last synced: 8 months ago
JSON representation

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
```