Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 405 Bytes

mobile-frontend

A mobile frontend for Blockrazor

prerequisite

  • expo cli

How to install it

  • Clone this repository
  • Get into the folder that you have cloned to
  • Run npm install
  • Run expo start

** There are some performance issue(laggy when changing tab) when running in development mode on android, you may select production mode in the expo-cli before running the app on a device.