Calculator app made with react-native
React native needs a node js runtime to compile the app. You can install node js here
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
oryarn
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
ornpm run android