Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

SeattleColleges/shift-app-expo

Repository files navigation

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

If after installing the repository in your local environment, the app doesn’t run, please follow this guidance**

First try:

Clear the Node Modules and Reinstall Packages:

     rm -rf node_modules
     rm package-lock.json # or yarn.lock if using Yarn
     npm install
     # or
     yarn install

Second: Try install metro as a Dependency:

     npm install metro --save
     # or
     yarn add metro

Third:
Update Expo CLI:

     npm install -g expo-cli

Fourth:

Check for Compatibility Issues:
     There could be a version mismatch between expo and metro. Make sure your expo, metro, and related dependencies are compatible:
           Run npm outdated to check for outdated packages.
           Update packages accordingly.

Fifth: Rebuild Your Expo Cache: expo start -c

sixth : Ensure the Correct Node.js Version: nvm install 18 # Current LTS 18.12.0 nvm use 18

After following all these steps your local environment should be ready to go

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 17