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

https://github.com/calebnance/expo-burger-king


https://github.com/calebnance/expo-burger-king

burger-king react react-native reactnative

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Burger King: UI Clone with React Native / Expo

web demo: [Expo Burger King](https://expo-burger-king.vercel.app)

[![follow @calebnance](https://img.shields.io/twitter/follow/calebnance.svg?style=for-the-badge&logo=TWITTER&logoColor=FFFFFF&labelColor=00aced&logoWidth=20&color=lightgray)](https://twitter.com/calebnance)

## Table of Contents

- [Install & Build](#install--build)
- [Features](#features)
- [Linting](#linting)
- [Release Notes](#release-notes)

## Install & Build

First, make sure you have Expo CLI installed: `npm install -g expo-cli`

Install: `yarn` or `yarn install`

Run Project Locally: `yarn dev` or `yarn start`

## Features

- Expo SDK 42
- iOS, Android and PWA (Progressive Web App)
- React Navigation v4
- Linting
- PropTypes

## Linting

- run: `yarn lint` for a list of linting warnings/error in cli
- prettier and [react-native-community eslint config](https://github.com/facebook/react-native/tree/master/packages/eslint-config-react-native-community)
- make sure you have prettier package installed:
- [prettier for atom](https://atom.io/packages/prettier-atom)
- [prettier for vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- then make sure to enable these options (packages → prettier):
- eslint integration
- automatic format on save (toggle format on save)

## Release Notes

### version 0.0.1 (current)

- upgraded to [Expo SDK 42](https://blog.expo.io/expo-sdk-42-579aee2348b6)
- upgraded to [Expo SDK 41](https://blog.expo.io/expo-sdk-41-12cc5232f2ef)
- started with [React Navigation v4](https://reactnavigation.org/docs/4.x/getting-started)
- started with [Expo SDK 40](https://blog.expo.io/expo-sdk-40-is-now-available-d4d73e67da33)