2016-05-19 16:31:56 +00:00
|
|
|
# status-im
|
2016-02-22 22:04:42 +00:00
|
|
|
|
2016-04-04 16:21:10 +00:00
|
|
|
A Clojure library designed to ... well, that part is up to you.
|
2016-02-22 22:04:42 +00:00
|
|
|
|
2016-04-04 16:21:10 +00:00
|
|
|
## Usage
|
2016-02-22 22:04:42 +00:00
|
|
|
|
2016-04-26 13:03:31 +00:00
|
|
|
### Requirements
|
|
|
|
- [Node & NPM](https://nodejs.org/en/)
|
|
|
|
- [Lein](http://leiningen.org)
|
|
|
|
- [react-native](https://facebook.github.io/react-native/docs/getting-started.html) - npm install -g react-native
|
|
|
|
- [re-natal](https://github.com/drapanjanas/re-natal) - npm install -g re-natal
|
|
|
|
- [Latest JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
|
|
|
|
- Android SDK [Mac](brew install android-sdk) or [Windows/Linux](https://developer.android.com/sdk/installing/index.html)
|
|
|
|
- [Genymotion](https://www.genymotion.com) (optinal, you may use an AVD - Android Virtual Device)
|
|
|
|
- Status lib - git clone git@github.com:status-im/status-lib.git && cd status-lib/protocol && lein install
|
|
|
|
- [Setup Android Development Environment / Simulator](https://facebook.github.io/react-native/docs/android-setup.html)
|
|
|
|
|
|
|
|
|
|
|
|
### Run the app
|
|
|
|
|
|
|
|
re-natal deps
|
|
|
|
re-natal use-android-device genymotion (or avd)
|
|
|
|
re-natal use-figwheel
|
|
|
|
lein figwheel android
|
|
|
|
|
|
|
|
# new tab
|
|
|
|
react-native start
|
|
|
|
|
|
|
|
# new tab
|
|
|
|
adb reverse tcp:8081 tcp:8081
|
|
|
|
adb reverse tcp:3449 tcp:3449
|
|
|
|
react-native run-android
|
2016-05-20 19:12:08 +00:00
|
|
|
(re-frame.core/dispatch [:set-signed-up true])
|
2016-03-07 08:09:41 +00:00
|
|
|
|
2016-04-04 16:21:10 +00:00
|
|
|
## License
|
2016-03-07 08:09:41 +00:00
|
|
|
|
2016-04-04 16:21:10 +00:00
|
|
|
Copyright © 2016 FIXME
|
2016-03-07 08:09:41 +00:00
|
|
|
|
2016-04-04 16:21:10 +00:00
|
|
|
Distributed under the Eclipse Public License either version 1.0 or (at
|
|
|
|
your option) any later version.
|