This is a simple calculator app created using React Native and Expo.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear button to reset the input and output
- Simple and intuitive user interface
- Dark Mode and Light Mode
This app was built using the following technologies:
- React Native
- Expo
- JavaScript
To run the app, you need to have Node.js and Expo CLI installed on your machine. If you don't have them, you can download and install them from the following links:
- Node.js: https://nodejs.org/
- Expo CLI: https://docs.expo.io/get-started/installation/
Once you have Node.js and Expo CLI installed, you can clone this repository and install the dependencies by running the following commands in your terminal:
git clone https://github.com/wadekar9/rn-calculator.git
cd calculator-app
npm install
To start the app, run the following command in your terminal:
expo start
This will open the Expo DevTools in your default browser, where you can run the app on an emulator or a physical device. Follow the instructions in the DevTools to launch the app on your preferred platform.
If you find any issues or bugs in the app, feel free to create a new issue or pull request on this repository.