Very simple application for DevDay conference.
$ npm i
$ lein prod-build
Then run in iOS from xcode or android by react-native run-android
This application is based on re-natal.
- Select your preferred android device
$ re-natal use-android-device real|avd|genymotion
- Start figwheel
$ re-natal use-figwheel
$ lein figwheel ios|android
- Run app from xcode (iOS) or
react-native run-android