Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.03 KB

File metadata and controls

61 lines (38 loc) · 1.03 KB

{{name}}

A clojurescript application for React Native based on re-frame

Prerequsites

You will need a React Native environment

e.g.

npm install -g react-native-cli

Usage

Development

In one terminal, run

lein shadow watch app

iOS

If this is the first time running the app, you may also need to run

cd ios && pod install

Lastly, run

react-native run-ios

Android

TBD

Tips

If you add new npm deps to project.clj, you may need to run

lein shadow watch/release/compile app
react-native link

to ensure the new dependencies are downloaded and linked in your app properly

Release

Create a release bundle

lein shadow release app

And then use something like fastlane or XCode to create a final deployment artifact