Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.87 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.87 KB

React Native London Conf 2024 Workshop: Expo Router

Workshop exercises for the Expo Router workshop at React Native London Conf 2024.

How to use this repo

  1. Fork the companion repo. You'll start working right on the main branch.
  2. Start at the first module by opening up the file starting with 01-.
  3. Do the rest of the modules in order.

Prerequisites

There is no need to have your native dev environment set up for this workshop: all the exercises can be completed with Expo Go and your favorite web browser.

Test your setup before the workshop

Do these steps to ensure you'll be ready to go when the workshop starts:

  1. Fork and clone the template repo.

  2. Open the project in Visual Studio Code and install the recommended extensions.

  3. Restore dependencies with npm install (if you prefer to use a different package manager, delete the package-lock.json and run your favorite install script, e.g. bun install, yarn, pnpm install).

  4. Run npx expo start

  5. Press w to open the app in your web browser.

  6. Scan the QR code with your phone to test the app in Expo Go (download Expo Go if you haven't yet).

Tip

Pull changes from the forked starter repo and run npm install again right before the workshop, as there may be fixes and version bumps!

Connect