A clojurescript application for React Native based on re-frame
You will need a React Native environment
e.g.
npm install -g react-native-cli
In one terminal, run
lein shadow watch app
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
TBD
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
Create a release bundle
lein shadow release app
And then use something like fastlane or XCode to create a final deployment artifact