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
- Host: GitHub
- URL: https://github.com/ghaskins/re-expo
- Owner: ghaskins
- License: epl-2.0
- Created: 2019-10-09T01:21:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T21:59:31.000Z (over 6 years ago)
- Last Synced: 2026-03-04T00:52:02.676Z (4 months ago)
- Topics: clojurescript, expo, leiningen, react
- Language: Clojure
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)