https://github.com/davidthorn/react-native-calculator
https://github.com/davidthorn/react-native-calculator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidthorn/react-native-calculator
- Owner: davidthorn
- Created: 2019-02-03T13:53:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T14:07:15.000Z (over 7 years ago)
- Last Synced: 2025-01-31T14:47:45.253Z (over 1 year ago)
- Language: TypeScript
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Calculator App
This is a basic project to learn how to use react native.
Replicating the calculator should be a relative simple task and should not take more than a couple of hours.

Start: 10:42
# Task One
Run `react-native init djtcalculator --template typescript`
Start: 10:48
# Task Two
Configure release version
Start: 10:55
# Task Three
Install release version to phone
Start 10:56
# Task Four
Configure HOT Reloading with react-native
Start: 11:00
# Task Five
Create Calculator Component
Start: 11:52
# Task Six
Add component actions
# Prototype completed
Time: 14:52
