iOS calculator app clone for practicing React Native while I'm learning the technology.
- All the basic operations of a calculator
- React Native
- Typescript
- Run the following commands after cloning the project
npm install
npx pod-install ios
- The next step is run the following command to run the app on your terminal
- Make sure you have all the necessary environment setup required for running an Android or iOS simulator
npm run ios
# you can run the app on android just replacing ios word for android word