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

https://user-images.githubusercontent.com/24382252/211196403-de9b9c27-de36-46bb-97e4-ee722917fe01.mov

Android

Tech Stack

  • React Native & Hooks
  • Styled Components
  • TypeScript
  • Expo
  • Jest