React Native Material Ui Demo App
November 15, 2016 ยท View on GitHub
This repository contains a React Native project, implementing the react-native-material-ui package.
Installation
Development
- Clone this repo.
- Run
yarn install. git submodule initgit 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.