Skip to content

amsdamsgram/crypto-market

Repository files navigation

crypto-market

React Native app to displays current market prices

Run

Make sure you followed the instructions here to be able to build the app.

  1. Install node_modules

    yarn install
  2. Start development server

    yarn start
  3. Start the app:

    • on iOS emulator:
      yarn ios
    • on Android emulator:
      yarn android