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 :