Skip to content

doo/scanbot-sdk-example-react-native

Repository files navigation

Document Scan SDK with the option to scan QR codes, MRZ and barcodes

Scanbot SDK example app for React Native

This example app shows how to integrate the Scanbot SDK React Native Module.

The Scanbot SDK React Native Module is available as npm package.

For more details please see this documentation.

What is Scanbot SDK?

The Scanbot SDK brings scanning and document creation capabilities to your mobile apps. It contains modules which are individually licensable as license packages. For more details visit our website https://scanbot.io

How to run this app

Make sure you have the latest versions of React Native CLI and CocoaPods installed.

Install node modules:

cd scanbot-sdk-example-react-native/ npm install 

Run on Android

react-native run-android 

Run on iOS

Install CocoaPods dependencies:

cd ios/ pod install --repo-update 
  • Open the workspace file ScanbotSDKExampleReactNative.xcworkspace (not .xcodeproj) from the ios directory in Xcode.
  • Adjust Provisioning and Signing settings.
  • And run the app in Xcode or via react-native run-ios.

Please note

The Scanbot SDK will run without a license for one minute per session!

After the trial period is over all Scanbot SDK functions as well as the UI components (like Document Scanner UI) will stop working or may be terminated. 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.