Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 795 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 795 Bytes

React-Native-Calculator

A calculator using React Native

To run this app in your system, you need to first configure your React-Native settings in your system. For this you can use the following link https://facebook.github.io/react-native/docs/getting-started NOTE : Make sure you configure the system according to the operating system you are using.

After the configuration is done fork the repository and clone it using the git command line tools.

Then go to the project directory and run the following command

rm -rf ios/build/; kill $(lsof -t -i:8081); react-native run-ios

Your React-Native Calculator App will be ready.

The App looks like below :

Calculator App