A simple hybrid application that can be use to scan any barcode. It is made using React Native CLI and React Native Camera.
To view Demo please click here.
- Download or pull this repository using Git
- Open terminal
- Navigate inside the project folder
- Run:
npm install
- Run:
cd ios && pod install && cd ..
- For running on:
- iOS:
react-native run-ios
- Android:
react-native run-android
- iOS:
User can scan any barcode and able to see the results using https://www.barcodelookup.com/ API.