expo-playground
expo-playground copied to clipboard
react native / expo api playground
Expo Playground
Table of Contents
- Install & Build
- Features
- Linting
- Release Notes
Install & Build
First, make sure you have installed on your machine:
- Yarn:
npm install --global yarn - Expo CLI:
npm install -g expo-cli
Install: yarn or yarn install
Run Project Locally: yarn dev or expo start
Features
- Expo SDK 45
- iOS, Android and PWA (Progressive Web App)
- React Navigation v6
- PropTypes
Linting
- run:
yarn lintfor a list of linting warnings/error in cli - prettier and airbnb config
- make sure you have prettier package installed:
- then make sure to enable these options (packages → prettier):
- eslint integration
- stylelint integration
- automatic format on save (toggle format on save)
- be aware of the
.prettierignorefile
Release Notes
- upgraded to Expo SDK 45
- upgraded to React Navigation v6
- upgraded to Expo SDK 44
- upgraded to Expo SDK 43
- upgraded to React Navigation v5
- upgraded to Expo SDK 42
- upgraded to Expo SDK 41
- upgraded to Expo SDK 40
- upgraded to Expo SDK 39
- upgraded to React Navigation v4
- upgraded to Expo SDK 38
- upgraded to Expo SDK 37
- upgraded to Expo SDK 36
- upgraded to Expo SDK 35
- With web build, use of Platform Specific Code
- upgraded to Expo SDK 34
- upgraded to Expo SDK 33
- upgraded to Expo SDK 32