iOS Android
AppStore iOS: https://ios.ecency.com PlayStore Android: https://android.ecency.com
$ git clone https://github.com/ecency/ecency-mobile.git
$ cd ecency-mobile
$ yarn
$ react-native start
(Now your local server should start)
Reactotron
for logging,
adb reverse tcp:9090 tcp:9090
and restart app. For iOS, it should connect without further config.Timeline
tab to track logs and network callState
tab to track redux stage changes, to track particular store, add it by its initializing name, example: account
react-native run-ios
(this also run react-native start
if you didn't)app.esteem.mobile.android
google-services.json
and place it in <project-root>/android/app/
npm run android
in the project's root.adb
Settings -> ADB
. Select “Use custom Android SDK tools” and update with your Android SDK directory.adb
/Applications/Genymotion.app/Contents/MacOS/tools/
.When you address an issue or a feature, make sure that there doesn't already exist a ISSUES ticket for this work item.
If the item already exists and is in progress, please remove the card or the issue you were assigned and leave a note that it is a duplicate.
If the item is not being worked on, please make sure that you put the card or issue as "In Progress" and assign it to yourself so other developers know that you are working on it.
It is important to make the work you are doing visible to other team members, especially because there are developers in different locations. Even if you are not done the work on your patch, make sure to put a Pull Request up and leave a note that this is work in progress (WIP) so that others do not try to merge in your patch. If you would like to have someone in particular review your work, leave your patch as WIP and assign the developers that need to review or update your patch before it is ready to be reviewed by other team members.
When you create a pull request for your patch, make sure to leave all the information that other team members will need to understand the purpose of your patch as well.
Main Branch master
If you resolved an issue or something, you have to include the issue number (for ex. resolved #10 or closed #10) in your pr commit message.
What ever you want number of commit. Before create push squash your all commit. We need just what you do!
To report a non-critical issue, please file an issue on this GitHub project.
If you find a security issue please report details to: security@ecency.com
We will evaluate the risk and make a patch available before filing the issue.