Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 951 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 951 Bytes

React Native Calculator

Calculator app made with react-native

Before You Start

React native needs a node js runtime to compile the app. You can install node js here

Getting Started

If you don't have simulator, that's no problem, you can view the application using Expo. Download the mobile app from here

  • Clone the repo. In terminal or command prompt run git clone https://github.com/barbados-dev-meetups/react-native-calculator.git
  • Run cd react-native-calculator
  • Run npm install or yarn if you have yarn
  • Run npm start and scan the barcode into the Expo mobile app to see the running application
  • If you do have a simulator environement set up you can run npm run ios or npm run android

Made With