Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.09 KB

readme.md

File metadata and controls

42 lines (25 loc) · 1.09 KB

Calculator.js

Calculator.js Icon

A simple and beautiful calculator for android. Maked in React Native with Expo tool especialy for my study. In case of bug or error on the aplication, please, send your feedback to me on issues

Calculator Screen

Install from source

Installing dependencies

Before this, you need to install yarn.

And is just run this command lines

$ git clone http://github.com/RoboCopGay/Calculator.js
$ cd /path/to/Calculator.js
$ yarn install

Running

On Android device

You need to install the expo on your device, after you run (on path/to/Calculator.js):

$ yarn start

And on expo app, scan the QR code that will be on web page opened by expo

Building for android

$ expo build:android -t apk