iOS Calculator Clone using React Native
Clone the project
git clone https://github.com/NikolaM-Dev/rn-calculator
Go to the project directory
cd rn-calculator
Install dependencies
yarn
Start the server
# Load metro
yarn start
# IOS
yarn ios
# Android
yarn android
LICENSE
: MIT
Check the file here