Skip to content

Releases: nandorojo/nextjs-conf-22-example

1.1: Add a native stack

07 Oct 16:36
Compare
Choose a tag to compare
  1. Upgrade expo-router version
  2. Add a (root) fragment layout folder
  3. In (root).tsx, we export { Stack as default } from 'expo-router'

Chapter 1: Navigation

07 Oct 16:31
Compare
Choose a tag to compare

Here we add our screens to the Expo app using Expo Router.

Chapter 0: Project Setup

07 Oct 16:29
Compare
Choose a tag to compare
v0

0️⃣ Chapter 0: Initialize the project