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.
- Host: GitHub
- URL: https://github.com/drbarzaga/react-native-calculator
- Owner: drbarzaga
- Created: 2023-01-29T16:26:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T16:47:28.000Z (over 2 years ago)
- Last Synced: 2025-01-26T15:29:53.706Z (5 months ago)
- Topics: calculator, learning, react, react-native, react-native-cli, typescript
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!