A simple application that allows HR to view and create booking.
Clone this repository. You will need node
and npm
or yarn
installed globally on your machine.
Open the repository and run
yarn
or
npm i
Go to your ios folder and run
pod install
To run on Android
yarn android
or
npx react-native run-android
To run on iOS
yarn ios
or
npx react-native run-ios