These example apps demonstrate how to integrate the Scanbot Barcode Scanner SDK for Android and iOS with React Native
The Scanbot Barcode Scanner SDK brings barcode scanning capabilities to your mobile apps. It provides functionality for scanning 1D and 2D barcodes, like EAN, UPC, QR code, Data Matrix, PDF 417, etc. For more details visit our website https://scanbot.io
The SDK for React Native is available as an npm package:
npm installcd ios && pod installreact-native run-ios --deviceorreact-native run-android
- Open the workspace file
ScanbotBarcodeExampleReact.xcworkspace(not .xcodeproj) from theiosdirectory in Xcode. - Adjust Provisioning and Signing settings.
- And run the app in Xcode or via
react-native run-ios.
react-native-clilatestnodev12.13.0npmv6.12.0
pod repo update
npm cache clean --force- Restart metro server! (Yes, apparently that thing has its own cache as well)
For more details about the Scanbot Barcode Scanner SDK for Xamarin please see this documentation.
The Scanbot Barcode Scanner SDK will run without a license for one minute per session!
After the trial period has expired all SDK functions as well as the UI components (like Barcode Scanner UI) will stop working. You have to restart the app to get another trial period.
To get an unrestricted, "no-strings-attached" 30-day trial license, please submit the Trial License Form on our website.