Skip to content

dsande30/COSC402

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IOS React Native Dev Setup

  1. Install Node and Node Package Manager if you have not.
    brew install node

  2. Check to see that both installed. Ensure that your Node version is 6+.
    npm -v and node -v

  3. Install react-native.
    npm install -g react-native

  4. Install create-react-native-app.
    npm install -g create-react-native-app

  5. Install Expo-CLI.
    npm install -g expo-cli

  6. Install watchman. Idk what this does, something with syncing your changes locally everytime?
    brew install watchman

  7. Clone the repo using
    git clone [email protected]:dsande30/COSC402.git or
    git clone https://github.com/dsande30/COSC402.git

  8. Start the project
    cd UTKMentorApp
    expo start

  9. Create an Expo account (also used to sign in to one) using the command s

  10. Download Expo Client from the iOS app store and sign in to your account.

  11. Go to the Projects tab in the bottom left of the app, and you should see your app in "Recently In Development". If you do not see it, quit the project from command line and type expo start again to restart it.

NOTE: Matt you might want to look into getting a VM setup with MAC OS running so you can simulate an iPhone. Setting up the VM info is here and working with an iOS Simulator can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •