Skip to content

dappface/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

030fb69 Β· Oct 17, 2019
Oct 5, 2019
Oct 14, 2019
Aug 29, 2019
Oct 14, 2019
Aug 29, 2019
Sep 30, 2019
Oct 16, 2019
Sep 13, 2019
Oct 17, 2019
Aug 29, 2019
Sep 12, 2019
Oct 14, 2019
Aug 29, 2019
Oct 14, 2019
Sep 10, 2019
Sep 30, 2019
Aug 29, 2019
Oct 14, 2019
Oct 14, 2019
Aug 29, 2019
Oct 14, 2019
Oct 4, 2019
Sep 12, 2019
Sep 12, 2019
Oct 4, 2019
Sep 12, 2019
Sep 12, 2019
Oct 16, 2019
Oct 16, 2019
Sep 12, 2019
Sep 12, 2019
Sep 13, 2019

Repository files navigation

iOS Build Status Lint Status

DAPPFACE

🚧 This app is in an early development stage. Bugs and major refactoring are expected.

Web3 compatible Mobile Browser with crypto news aggrigator and swipeable tabs.

DEMO

πŸ’» Setup

  1. Follow this page for installing general React Native tools

  2. Install more tools

$ brew install imagemagick
$ brew cask install react-native-debugger
  1. Clone repository and install all project dependencies
$ git clone [email protected]:LukeSugiura/dappface.git
$ cd ./dappface
$ npm run install:all

πŸ“± Run

$ npm run ios
$ npm run android

$ npm run ios configuration:release # for Release build

Use different simulator

$ npm run ios simulator:iPhone\ 11

Install on device

$ npm run ios device:true