mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
41 lines
627 B
Markdown
41 lines
627 B
Markdown
# syng-im
|
|
|
|
A Clojure library designed to ... well, that part is up to you.
|
|
|
|
## Usage
|
|
|
|
- install syng-lib/protocol in lein
|
|
|
|
#### Linux:
|
|
|
|
optional: $ npm upgrade -g re-natal
|
|
|
|
optional: $ re-natal upgrade
|
|
|
|
$ re-natal deps
|
|
|
|
$ re-natal use-android-device <real|genymotion|avd>
|
|
|
|
$ re-natal use-figwheel
|
|
|
|
$ lein figwheel android
|
|
|
|
- new terminal(only for linux)
|
|
|
|
$ react-native start
|
|
|
|
- new terminal
|
|
|
|
$ adb reverse tcp:8081 tcp:8081
|
|
|
|
$ adb reverse tcp:3449 tcp:3449
|
|
|
|
$ react-native run-android
|
|
|
|
## License
|
|
|
|
Copyright © 2016 FIXME
|
|
|
|
Distributed under the Eclipse Public License either version 1.0 or (at
|
|
your option) any later version.
|