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

https://github.com/kat-tax/hello-world


https://github.com/kat-tax/hello-world

cross-platform react-native react-native-web react-native-windows starter-kit

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# HelloWorld
> A production-ready [React Native](https://reactnative.dev) + [Web](https://necolas.github.io/react-native-web) + [Windows](https://microsoft.github.io/react-native-windows) template for [ULT](https://ult.dev).

## Prerequisites
> Follow the [React Native CLI Quickstart](https://reactnative.dev/docs/environment-setup) guide to setup your dev environment.

## Installation
> Follow the instructions at [ULT](https://ult.dev). Alternatively, since this is a React Native template, you can also run:
```
npx react-native init MyApp --template ult-template-default
```

## Commands
> After installation, choose a task to run with `npm`, `yarn`, or `pnpm`.

| Task | Description |
| ----------| -----------------------------------|
| web | Run the __Web__ app |
| ios | Run the __iOS__ app |
| macos | Run the __MacOS__ app |
| windows | Run the __Windows__ app |
| android | Run the __Android__ app |
| build | Build platforms |
| start | Start dev servers |
| generate | Generate config & assets |

## Technologies
- [React](https://react.dev)
- [React Native](https://reactnative.dev)
- [React Native Web](https://necolas.github.io/react-native-web)
- [React Native Windows](https://microsoft.github.io/react-native-windows)
- [React Native Bootsplash](https://github.com/zoontek/react-native-bootsplash)
- [React Native SVG App Icon](https://github.com/aeirola/react-native-svg-app-icon)
- [React Native SVG Transformer](https://github.com/kristerkari/react-native-svg-transformer)
- [React Native Ultimate Config](https://github.com/maxkomarychev/react-native-ultimate-config)
- [React Router](https://reactrouter.com)
- [Storybook](https://storybook.js.org)
- [Tamagui](https://tamagui.dev)
- [Lingui](https://lingui.dev)
- [Metro](https://facebook.github.io/metro)
- [Vite](https://vitejs.dev)
- [RNX](https://microsoft.github.io/rnx-kit)