React Native iOS Like Calculator
January 10, 2023 ยท View on GitHub
This is a simple calculator app based on iOS. Built with React Native and Expo.
Installation
Clone the repo:
git clone https://github.com/vnylbscr/rn-ios-calculator.git
Run yarn install to install the dependencies.
Features
- Support all basic operations
- Support decimal numbers
- Support negative numbers
- No limit on the number of digits
- Support percentage
- Delete last digit on swipe
Screenshots
iOS
Android
Tech Stack
- React Native & Hooks
- Styled Components
- TypeScript
- Expo
- Jest