Ecency Mobile - reimagined social blogging, contribute and get rewarded (for Android and iOS)
Go to file
Hüseyin Terkir 3974b559a5 login page UI
2018-07-31 17:42:02 +03:00
android moved to pure React Native 2018-07-20 15:57:12 +03:00
ios script add and ios xcode changes 2018-07-22 21:52:20 +03:00
src login page UI 2018-07-31 17:42:02 +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
.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 moved to pure React Native 2018-07-20 15:57:12 +03:00
.watchmanconfig moved to pure React Native 2018-07-20 15:57:12 +03:00
App.js 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
index.js moved to pure React Native 2018-07-20 15:57:12 +03:00
package-lock.json moved to pure React Native 2018-07-20 15:57:12 +03:00
package.json Feed functionality, post card UI, seperated pages (feed, hot, trending) 2018-07-24 21:14:34 +03:00
README.md Update README.md 2018-07-20 16:28:44 +03:00
yarn.lock script add and ios xcode changes 2018-07-22 21:52:20 +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