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

https://github.com/calitb/unmatched

Sample of Universal Native App (iOS, Android and Web) with Expo
https://github.com/calitb/unmatched

expo expo-web pwa react-native tailwindcss

Last synced: 9 months ago
JSON representation

Sample of Universal Native App (iOS, Android and Web) with Expo

Awesome Lists containing this project

README

          

[![runs with Expo Go](https://img.shields.io/badge/Runs%20with%20Expo%20Go-000.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.io/client)

[![Deployment](https://github.com/calitb/Unmatched/actions/workflows/deployment.yml/badge.svg)](https://github.com/calitb/Unmatched/actions/workflows/deployment.yml)

# Unmatched

## Running the App

### Start Expo

```shell
npx expo start
```

## Run Linter

```shell
yarn lint
```

## Run Typescript check

```shell
yarn ts
```

### EAS Hosting:

```
npx expo export -p web
npx eas deploy --environment development --alias dev
npx eas deploy --environment production --prod
```