An open API service indexing awesome lists of open source software.

https://github.com/drbarzaga/react-native-calculator

A simple calculator similar to the iOS one built with React Native.
https://github.com/drbarzaga/react-native-calculator

calculator learning react react-native react-native-cli typescript

Last synced: 3 months ago
JSON representation

A simple calculator similar to the iOS one built with React Native.

Awesome Lists containing this project

README

        

# react-native-calculator

A simple calculator similar to the iOS one built with React Native.

## Clone Repository using SSH
```
$ git clone [email protected]:drbarzaga/react-native-calculator.git
```

## Install Dependencies
```
$ yarn
```

## Run iOS
```
$ yarn run ios
```

## Run Android
```
$ yarn run android
```

## iOS (Emulator: iPhone14 iOS 16.2)
https://user-images.githubusercontent.com/12173976/215340786-71b8b8ce-8860-4a8e-b88e-3f9dd6a6fb6e.mp4

## Android (Emulator: Pixel 6 Android API 22)
https://user-images.githubusercontent.com/12173976/215340935-82005567-56e8-4390-a5ce-43bf50b2535f.mp4

## Bugs or Suggestions
Any bug or suggestion is welcome, as well as any collaboration!