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

https://github.com/yevhenns/pizza_mob

Mobile app with Google auth for ordering food. APK:
https://github.com/yevhenns/pizza_mob

react-hook-form react-native typescript

Last synced: about 2 months ago
JSON representation

Mobile app with Google auth for ordering food. APK:

Awesome Lists containing this project

README

        

## Description

A mobile application for a [full-stack project](https://github.com/Yevhenns/pizza-app-router.git).

## Installation

Copy .env.example, rename it to .env and fill the environment variables.

```bash
yarn
```

```bash
yarn start
```

## Build APK

```bash
cd android
```

```bash
./gradlew assembleRelease
```