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
- Host: GitHub
- URL: https://github.com/calebnance/expo-burger-king
- Owner: calebnance
- Created: 2021-01-09T03:13:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T07:45:56.000Z (over 3 years ago)
- Last Synced: 2025-04-07T07:36:59.330Z (about 1 year ago)
- Topics: burger-king, react, react-native, reactnative
- Language: JavaScript
- Homepage: https://expo-burger-king.vercel.app
- Size: 3.4 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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)
[](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)