Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 802 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 802 Bytes

Mobile Flash Cards aka UdaciCards Project for React NanoDegree

This is a mobile ios app built using React Native and was bootstrapped with Create React Native App.

  • Please note this has only been tested on ios using Expo.

How to install this project

  1. Clone or fork this repo and then

    • npm install
    • yarn start or npm start
  2. Follow this Guide to launch this app using Expo on your ios device

  • Please Note that if you would like to use a simulator, the above guide will show you how, the setup will be different, for example you wouldnt use 'npm start' or 'yarn start' but would use 'npm run ios'(mac os only) instead.

Thanks! Brant Goddard