mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 21:05:18 +00:00
Roman Volosovskyi
7d2371afec
Merge branch 'develop' into group-chat
Conflicts: src/status_im/android/core.cljs src/status_im/chat/handlers.cljs src/status_im/group_settings/handlers.cljs src/status_im/group_settings/screen.cljs src/status_im/group_settings/styles/chat_name_edit.cljs src/status_im/group_settings/subs.cljs src/status_im/group_settings/views/chat_name_edit.cljs src/status_im/handlers.cljs src/status_im/navigation.cljs src/status_im/participants/views/contact.cljs src/status_im/participants/views/create.cljs src/status_im/participants/views/remove.cljs src/syng_im/subs.cljs Former-commit-id: 277905124dc9fe2bd4ea6362dd1365dca567ae38
status-im
A Clojure library designed to ... well, that part is up to you.
Usage
Requirements
- Node & NPM
- Lein
- react-native - npm install -g react-native
- re-natal - npm install -g re-natal
- Latest JDK
- Android SDK [Mac](brew install android-sdk) or Windows/Linux
- Genymotion (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
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
License
Copyright © 2016 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Description
Languages
Clojure
85.1%
Python
6.5%
Kotlin
2.1%
Shell
1.3%
Objective-C
1.2%
Other
3.7%