Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A simple calculator app made using React Native.
https://github.com/paramsiddharth/calculator-react-native

Last synced: about 1 month ago
JSON representation

A simple calculator app made using React Native.

Awesome Lists containing this project

README

        

# Calculator
A simple calculator app made using React Native.

# Execution
Install the dependencies.
``` bash
# Yarn
yarn upgrade # Option 1
yarn install # Option 2

# NPM
npm install # Option 1
npm ci # Option 2
```

After making sure the desired \[virtual\] device(s) are functioning, run the respective 'run' script for your platform.
``` bash
# Android
npm run android

# iOS
npm run ios
```

# Made with ❤ by Param.