Awesome
React Native iOS Like Calculator
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
<img src="https://user-images.githubusercontent.com/24382252/211196445-0d138a0c-39f9-4ec0-a76b-99716318a7bb.png" width="230" height="500"> <img src="https://user-images.githubusercontent.com/24382252/211196449-25a38e69-a1ec-4a10-8aab-bc84f0747515.png" width="230" height="500">Android
<img src="https://user-images.githubusercontent.com/24382252/211196496-4e446459-c7bd-45de-888b-b0a0d7db92d3.png" width="230" height="500">Tech Stack
- React Native & Hooks
- Styled Components
- TypeScript
- Expo
- Jest