🚧 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.
-
Follow this page for installing general React Native tools
-
Install more tools
$ brew install imagemagick
$ brew cask install react-native-debugger
- Clone repository and install all project dependencies
$ git clone git@github.com:LukeSugiura/dappface.git
$ cd ./dappface
$ npm run install:all
$ 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