Frontend for an inventory control solution that utilizes a mobile barcode scanning app. Written with React Native and Expo.
- Debounce to prevent repeat scanning
- Cross platform support
- Quick and easy scanning for inventory tracking
# Clone the repository
git clone https://github.com/BrandonwLii/inventory-control-frontend.git
cd inventory-control-frontend
# Install dependencies
npm install # or yarn install# Start the development server
npx expo startMake sure to change the ngrok link under app/scanner/index.tsx to correctly reach the backend.
Use Expo Go to connect to your device.
