Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 925 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 925 Bytes

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