# Examples for `glamorous-native` with `react-native`

### Steps to run

```
git clone https://github.com/robinpowered/glamorous-native.git
cd glamorous-native/examples/react-native-glamorous
npm install
npm start
```

After starting the packager (via `npm start`), open the iOS or Android project and launch the application. If this is your first time starting a React Native application, see the [getting started docs](https://facebook.github.io/react-native/docs/getting-started.html).

### Play around

If you'd like to experiment while you're in here, `example.js` is the place for you!
