A simple React Native demo app based on the tutorial in the blog post "React Barcode Reader Tutorial and Examples".
For a full example project which demonstrates all API methods of the Scanbot Web SDK see the repo scanbot-sdk-example-web.
Install the latest versions of Node.js Fetch this repository and navigate to the project directory.
cd my-awesome-react-barcode-scanner-web-app/
Install node modules:
npm install
And, run the project on your local browser:
npm run