An app that takes pictures of incoming parcels and upload to portal for further processing. The app fetches barcode sequence from server and generates barcode from the sequence and then watermark the barcode on the Parcel image before uploading to server for further processing.
The project is built with React Native
Clone the app
git clone https://github.com/ibrahimabba/priparcel.git
cd priparcel
And install dependencies
$ npm install or yarn install
The project can be runned by both yarn and npm.
# development
$ npm start and npm run android or npm run ios