A simple calculator app for counting a value that is input on the third form that provided.
- Node.js - Download and Install Node.js with NVM (Node Version Manager)
- Preparing React Native Documentation React Native
$ react-native init CalculatorApp
$ cd CalculatorApp
$ git clone https://github.com/allandallopez/CalculatorApp-ReactNative.git
$ npm install
$ react-native run-android