Skip to content

luansingjavier/calculator

Repository files navigation

Calculator

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Install Dependencies

$ yarn install
$ cd ios && pod install && cd..

Run Application

Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For iOS

$ yarn ios

For Android

$ yarn android

Sample Screenshots

Arabic Numeral

Screenshot 2023-09-14 at 03 31 11

Roman Numeral

Screenshot 2023-09-14 at 03 31 37