Skip to content

Plankiton/Calculator.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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