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

https://github.com/sweep76/calculator

Basic Calculator
https://github.com/sweep76/calculator

react-native

Last synced: 14 days ago
JSON representation

Basic Calculator

Awesome Lists containing this project

README

          

# 📱 React Native Calculator App

## Setup & Run

```sh
# 1. Setup
expo init calculator

# 2. Install Dependencies
npx expo install react-dom react-native-web @expo/metro-runtime

# 3. To Run
cd calculator
npx expo start
# You can also run the app on your phone using Expo Go