Skip to content

keith-kurak/expo-router-london-2024-lessons

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published