This repository contains a React Native project, implementing the react-native-material-ui package.
- Clone this repo.
- Run
yarn install
. git submodule init
git submodule update
- Ensure a device, or emulated Android image is connected (
adb devices
). - Run
react-native run-android
.
If running on a device, run
adb reverse tcp:8081 tcp:8081
.