Skip to content

isfit/App-isfit-25

 
 

Repository files navigation

App-isfit-23

Running the application

expo start

When expo runs correctly it will give you multiple options to look at the app. Here are some ways to simulate the app.

You can also encounter some problems with expo.

Setup of repo

  1. Clone the repository

    Clone using the terminal

    git clone https://github.com/isfit/App-isfit-23.git
    

    or clone directly in your IDE.

  2. Install dependencies

    After installing dependecies, try to run the application. Step 3 and 4 might not be necessary to do.

    npm install
    

    or

    yarn install
    
  3. Install watchman

     brew install watchman
    
  4. Install expo

    npx install-expo-modules@latest
    

Setup simulators

iOS

Press i │ open iOS simulator

  1. Install Xcode

  2. Go to Locations in Settings

  3. Choose the newest version of Command Line Tools (Might already be selected, and you just need to click it once more).

Image of xcode settings

Android

Press a │ open Android

  • Information to be added.

Web

Press w │ open web

Fix expo

Listed are known issues or bugs with expo and how to fix them.

Incompatible dependencies

Might need to use "sudo" on mac.

npx expo-doctor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%