Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 867 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 867 Bytes

expo-router-meetup-talk

The repo of the code produced for the talk given at the Kiel React (Native) Meetup (06.12.2022)

Presentation slides 🔗

We have created separate branches for each navigator, which detail the development process of the example Fleeter app.

  • entry: Basic expo-router boilerplate (with Expo SDK 47)
  • stack: Adds stack navigation
  • tabs: Adds tab navigation
  • modal: Adds modal stack navigation
  • drawer: Adds drawer navigation