reagent-react-native icon indicating copy to clipboard operation
reagent-react-native copied to clipboard

Demo project for Reagent with React Native

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