Markets React

Ever want to check the stock market, but you just couldn't figure out how? Well look no further, this app has got you covered! Built with React Native, Expo, and NativeBase using data from EX API.

alt tag

Getting Started

First, head over to the Expo installation guide to get your development environment set up.

# clone repo
git clone git@github.com:krestaino/stock-check.git

# install dependencies
yarn install

# start development server
yarn start

# build
expo build:android
# or
expo build:ios