/reactnd-ios-flashcards

iOS Quiz-Scoring FlashCard built with React-Native Redux : A Project for @udacity's React

Primary LanguageJavaScript

React Native ios Flash Cards

A project for udacity nanodegree final assignment

Setup Development Environment

  1. Download npm packages
yarn install
  1. Install React Native Debugger. This project use React Native Debugger instead of Chrome. For ios, install this command.
$ brew update && brew cask install react-native-debugger
  1. Run ios simulator
  • yarn ios
  1. Run react native debugger
  • yarn debug