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 41
- iOS and Android
- React Navigation v4
- PropTypes
- run:
yarn lint
for 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
.prettierignore
file
- upgraded to Expo SDK 41
- upgraded to Expo SDK 40
- upgraded to Expo SDK 39
- upgraded to Expo SDK 38
- upgraded to Expo SDK 37
- upgraded to Expo SDK 36
- upgraded to React Navigation v4
- upgraded to Expo SDK 35
- upgraded to Expo SDK 34
- upgraded to Expo SDK 33
- MapView with user's current location (Expo Location)
- Select Ride Type Modal (Car or Bike & Scooter)
- Drawer Example with React Navigation