An open API service indexing awesome lists of open source software.

https://github.com/ghaskins/re-expo

A Leiningen template for generating a re-frame application on React Native / Expo
https://github.com/ghaskins/re-expo

clojurescript expo leiningen react

Last synced: about 2 months ago
JSON representation

A Leiningen template for generating a re-frame application on React Native / Expo

Awesome Lists containing this project

README

          

# re-expo

A Leiningen template for generating a [re-frame](https://github.com/Day8/re-frame) application on [React Native](https://facebook.github.io/react-native/) / [Expo](https://expo.io/)

## Usage

```shell script
$ lein new re-expo
```

See the generated README.md for details on how to use the resulting application

## Credits

This template is based on the work of many others, but in particular: [PEZ/rn-rf-shadow](https://github.com/PEZ/rn-rf-shadow)