cljs> expo.io + reframe

Exponent is a open source project for building native apps in iOS and Android using React Native and Javascript and/or Clojurescript

promo video

We use clojurescript, reagent and re-frame with Expo/React Native

expo clojurescrit

``` lein new expo demo

Docs

exponent

lein templeate

boot-expo

expo clojurescript

article juxt

article

example lymchat

re-frame

re-frame docs

test with ipad/android

  • install expo app in both devices.
  • create a test project
    • lein new expo my-project
    • cd my-project
    • yarn install
    • lein figwheel
  • install and run expo
    • npm install -g expo
    • exp start (from the project folder)
  • scan barcode from devices
  • shake device to set no auto-reloading because figwheel does that for us.

other stuff

style sheets react native

awesome react