Use expo-router
to build native navigation using files in the app/
directory.
A job postings app I made following the 2023 React Native course by JavaScript Mastery.
To get a local copy up and running follow these simple example steps.
npm install --global yarn
- Clone the repository
git clone
- Install the required packages
yarn
- Install the expo-cli
npm i -g expo-cli
Start the app locally
expo-cli start --tunnel