Ecency Mobile - reimagined social blogging, contribute and get rewarded (for Android and iOS)
Go to file
2018-12-02 21:31:00 +02:00
.vscode Fixed wallet details design issue. Added place holder components for wallet page. 2018-11-12 17:34:34 +01:00
android env and pod update 2018-12-02 21:31:00 +02:00
ios env and pod update 2018-12-02 21:31:00 +02:00
resources intl fix android 2018-11-23 13:53:13 +02:00
src first reply succesuflly shared 2018-12-02 19:21:14 +03:00
.babelrc Removed react-native-navigation and added react-navigation. Moved all files to new project. Fixed eslint issues 2018-10-03 22:18:36 -04:00
.buckconfig moved to pure React Native 2018-07-20 15:57:12 +03:00
.env.example env and pod update 2018-12-02 21:31:00 +02:00
.eslintrc.json Working on transaction data 2018-11-12 23:57:58 +01:00
.flowconfig tweaks 2018-10-13 14:05:16 +03:00
.gitattributes moved to pure React Native 2018-07-20 15:57:12 +03:00
.gitignore fix structure of folders 2018-11-19 20:54:44 +02:00
.watchmanconfig moved to pure React Native 2018-07-20 15:57:12 +03:00
App.js Removed react-native-navigation and added react-navigation. Moved all files to new project. Fixed eslint issues 2018-10-03 22:18:36 -04:00
app.json removed old appliction.js 2018-11-21 22:45:57 +03:00
index.js Removed react-native-navigation and added react-navigation. Moved all files to new project. Fixed eslint issues 2018-10-03 22:18:36 -04:00
package.json fixed confilits 2018-12-02 01:54:27 +03:00
README.md created post button & sub button & new bottom navigation & some enhancment for navigation package 2018-10-05 01:27:32 +03:00
yarn.lock merged with master && fixed avatar issue && reply condiditons added other component 2018-12-02 14:52:20 +03:00

eSteem Mobile

I. How do I get set up?

$ git clone https://github.com/esteemapp/esteem-mobile.git

$ cd esteem-mobile

$ npm install (You should use npm if you use yarn its getting error its about realm **TODO)

$ npm install -g react-native-cli (if you already have react-native as globally it not require)

$ react-native start (Now your local server should start)

Starting for IOS

react-native run-ios (this also run react-native start if you didn't)

Starting for Android

TODO

Using Android Studio's adb
  1. Make sure that you can run adb from your terminal.
  2. Open Genymotion and navigate to Settings -> ADB. Select “Use custom Android SDK tools” and update with your Android SDK directory.
Using Genymotion's adb
  1. Find Genymotions copy of adb. On macOS for example, this is normally /Applications/Genymotion.app/Contents/MacOS/tools/.
  2. Add the Genymotion tools directory to your path (instructions for Mac, Linux, and Windows).
  3. Make sure that you can run adb from your terminal.

The Rules

Patches and Review Process

Before you start

  1. When you address an issue or a feature, make sure that there doesn't already exist a Trello card or a ISSUES ticket for this work item.
  1. 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. 3.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.

Patch a day

It is important to make the work you are doing visible to other team members, especially because there are developers in different location. 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.

Who to assign your patch for review

Patch Review Template

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 a issue or something You have to whern you commit your pr commit message include issue number for ex. resolved #10 or closed #10 etc.

Before you start

  1. Pull every changes.
  2. Switch your branch with development
  3. Create about issues or bugfix branch.
  4. Make sure your repo up to date!

Creating branch

  • For example if you want create branch for an issue should contain issue number (ex. #55)
  • Whats your interest put bugfix/yourbranch_name or feature/your_branch_name#issue_number
  • If you some changes for only config req config/your_branch_name

Commit messages

What ever you want number of commit. Before create push squash your all commit. We need just what you do!

Pushing

  • Make sure push your main branch (master)