This is an Expo project created with create-expo-app.
To install the app on the android device directly, download employee-app.zip to your device, extract file and start using it. Application is still in development mode
Before you begin, ensure you have met the following requirements:
- Node.js and npm/yarn installed (include version requirements if specific versions are needed)
- Expo CLI installed (
npm install -g expo-cli)
To install Employees app, follow these steps:
git clone https://github.com/Queue2109/employees-app.git
cd employees-app
npm installTo run the app, run command:
npx expo start In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo