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:
- Host: GitHub
- URL: https://github.com/yevhenns/pizza_mob
- Owner: Yevhenns
- Created: 2024-09-27T16:03:09.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-01-26T07:23:08.000Z (4 months ago)
- Last Synced: 2025-02-10T13:15:57.204Z (3 months ago)
- Topics: react-hook-form, react-native, typescript
- Language: TypeScript
- Homepage: https://drive.google.com/drive/folders/19eDB_avqBPFiX5XsRcBlwu1bf6313EXN?usp=sharing
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```