Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 935 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 935 Bytes

to-do

Very simple application for DevDay conference.

How to run

$ npm i
$ lein prod-build

Then run in iOS from xcode or android by react-native run-android

How to develop

This application is based on re-natal.

  1. Select your preferred android device
$ re-natal use-android-device real|avd|genymotion
  1. Start figwheel
$ re-natal use-figwheel
$ lein figwheel ios|android
  1. Run app from xcode (iOS) or react-native run-android

Screenshots

dashboard-empty add-todo dashboard-list-view todo todo-done