Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 560 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 560 Bytes

reagent-react-native

Demo project for Reagent with React Native and Ambly.

Blog post: http://blog.fikesfarm.com/posts/2015-07-20-reagent-react-native.html

Demo of it working is here.

Running

  1. Clone this repo
  2. cd AwesomeProject
  3. npm install
  4. pod install
  5. open AwesomeProject.xcworkspace
  6. cd ClojureScript/awesome-project/
  7. lein cljsbuild once dev
  8. In Xcode, run app in simulator or on device
  9. script/repl and connect to device
  10. Edit src/awesome_project/core.cljs and watch app change