Ecency Mobile - reimagined social blogging, contribute and get rewarded (for Android and iOS)
Go to file
2018-09-20 20:18:35 +03:00
android app URL scheme 2018-09-10 19:46:13 +03:00
ios Merge pull request #18 from esteemapp/steemconnect 2018-09-15 19:44:40 +03:00
resources resources 2018-08-14 22:26:33 +03:00
src Merge branch 'master' of https://github.com/esteemapp/esteem-mobile into pin-code 2018-09-16 23:12:21 +03:00
.babelrc moved to pure React Native 2018-07-20 15:57:12 +03:00
.buckconfig moved to pure React Native 2018-07-20 15:57:12 +03:00
.eslintrc.js Redux, Auth, functionalities & general app structure 2018-08-09 20:10:41 +03:00
.flowconfig moved to pure React Native 2018-07-20 15:57:12 +03:00
.gitattributes moved to pure React Native 2018-07-20 15:57:12 +03:00
.gitignore ign 2018-09-16 16:13:41 +03:00
.prettierrc comments and voting slider 2018-08-16 03:22:23 +03:00
.watchmanconfig moved to pure React Native 2018-07-20 15:57:12 +03:00
app.json moved to pure React Native 2018-07-20 15:57:12 +03:00
appcenter-post-clone.sh appcenter-post-clone 2018-08-14 20:43:16 +03:00
config.example.js Added config example file 2018-09-18 22:29:50 +03:00
index.android.js switched to React Native Navigation 2018-09-03 13:49:54 +03:00
index.ios.js switched to React Native Navigation 2018-09-03 13:49:54 +03:00
index.js Changed navigation structure and added splash screen 2018-09-08 17:16:52 +03:00
package-lock.json ign 2018-09-16 16:13:41 +03:00
package.json Merged with master 2018-09-15 21:35:02 +03:00
README.md Update README.md 2018-07-20 16:28:44 +03:00
yarn.lock Fixed packages and redux store 2018-09-14 00:22:37 +03:00

esteem-mobile

$ git clone https://github.com/esteemapp/esteem-mobile.git
$ cd esteem-mobile
$ npm install
$ react-native start

Run on Device/Emulator

$ react-native run-ios
$ react-native run-android