Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paramsiddharth/calculator-react-native
- Owner: paramsiddharth
- Created: 2021-02-10T21:12:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T05:26:20.000Z (over 3 years ago)
- Last Synced: 2024-05-22T20:23:07.441Z (7 months ago)
- Language: JavaScript
- Size: 566 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.