iOS and Android NBA app created with React Native

NBAreact

An iOS and Android NBA app created with React Native (still in active development). Find a bug or want to leave feedback? Open an issue!

Getting Started

:star: this repo then:

npm install -g react-native-cli
git clone https://github.com/jbkuczma/NBAreact.git && cd NBAreact
npm install

react-native run-ios
or
react-native run-android (make sure an emulator is currently running)

GitHub