A simple calculator application built on react native.
Setting up the developement environment:
- Install chocolatey package manager for windows at https://chocolatey.org/install
- Open an administrator command prompt (right click Command Prompt and select "Run as Administrator"), then run the following command:
choco install -y nodejs.install python2 jdk8
- Setup the android studio
To run this application:
- Clone this repository to your local system
- Open any emulator or connect an android device using usb
- Open command prompt as administrator and run the following commands:
cd calculator-react-native npx react-native run-android
For more information check : https://reactnative.dev/docs/environment-setup