Releases: nandorojo/nextjs-conf-22-example
Releases · nandorojo/nextjs-conf-22-example
1.1: Add a native stack
- Upgrade
expo-router
version - Add a
(root)
fragment layout folder - In
(root).tsx
, weexport { Stack as default } from 'expo-router'
Chapter 1: Navigation
Here we add our screens to the Expo app using Expo Router.
Chapter 0: Project Setup
v0 0️⃣ Chapter 0: Initialize the project