status-react/README.md

41 lines
627 B
Markdown
Raw Normal View History

2016-04-04 16:21:10 +00:00
# syng-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-08 00:59:58 +00:00
- install syng-lib/protocol in lein
2016-04-08 01:50:25 +00:00
#### Linux:
2016-04-08 00:59:58 +00:00
optional: $ npm upgrade -g re-natal
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
optional: $ re-natal upgrade
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
$ re-natal deps
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
$ re-natal use-android-device <real|genymotion|avd>
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
$ re-natal use-figwheel
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
$ lein figwheel android
- new terminal(only for linux)
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
$ react-native start
- new terminal
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
$ adb reverse tcp:8081 tcp:8081
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
$ adb reverse tcp:3449 tcp:3449
2016-04-08 01:50:25 +00:00
2016-04-08 00:59:58 +00:00
$ react-native run-android
2016-04-04 16:21:10 +00:00
## License
2016-04-04 16:21:10 +00:00
Copyright © 2016 FIXME
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.