react-native-material-ui-demo-app
react-native-material-ui-demo-app copied to clipboard
Demo app for react-native-material-ui lib
React Native Material Ui Demo App
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.