web demo: Expo Burger King
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
- Expo SDK 42
- iOS, Android and PWA (Progressive Web App)
- React Navigation v4
- Linting
- PropTypes
- run:
yarn lint
for a list of linting warnings/error in cli - prettier and react-native-community eslint config
- make sure you have prettier package installed:
- then make sure to enable these options (packages → prettier):
- eslint integration
- automatic format on save (toggle format on save)
- upgraded to Expo SDK 42
- upgraded to Expo SDK 41
- started with React Navigation v4
- started with Expo SDK 40