Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.11 KB

Catlantis

A simple React-Native IOS app (about Cats!) written in Clojurescript using re-natal template.

Notable libraries used:

APIs used:

gif demo

How to run

$ npm i
$ lein prod-build

Then run in iOS from xcode or react-native run-ios

How to develop

Catlantis is based on re-natal 0.2.34+.

$ re-natal use-figwheel
$ lein figwheel ios

or nREPL

$ lein repl
user=> (start-ios-fig)

and finally

$ react-native run-ios

Please, refer to re-natal documentation for more information.