• Stars
    star
    151
  • Rank 246,057 (Top 5 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

  1. Clone this repo.
  2. Run yarn install.
  3. git submodule init
  4. git submodule update
  5. Ensure a device, or emulated Android image is connected (adb devices).
  6. Run react-native run-android.

If running on a device, run adb reverse tcp:8081 tcp:8081.