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

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


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

Last synced: about 1 year ago
JSON representation

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.

![Calculator Screenshot](./screenshots/template.jpg "Calculator Screenshot")

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

![Calculator Screenshot](./screenshots/completed.jpg "Calculator Prototype Screenshot")