Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 802 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 802 Bytes

Expo Router vs React Navigation

This repository was created to compare Expo Router to React Navigation.

Expo Router

The main branch of this repository implements a sample app using Expo Router. This was copied from here and modified to make it working.

To use it execute:

yarn install && yarn start

And run it on your iOS Simulator, for example.

Demo

Demo video

React Navigation

The react-navigation branch contains the Expo Router sample app, translated to use React Navigation.

To use it execute:

git checkout react-navigation
yarn install && yarn start

And run it on your iOS Simulator, for example.

📝 Notes