Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.85 KB

File metadata and controls

67 lines (46 loc) · 1.85 KB

Dynamsoft Barcode Reader samples for React Native edition

This repository contains multiple samples that demonstrates how to use the Dynamsoft Barcode Reader React Native Edition.

Requirements

Android

  • Operating systems:
    • Supported OS: Android 5 or higher (Android 7 or higher recommended)
    • Supported ABI: armeabi-v7a, arm64-v8a, x86, x86_64
  • Environment: Android Studio 3.4+

iOS

  • Operating systems:
    • iOS 9.0 and above.
  • Environment: Xcode 7.1 - 11.5 and above.
  • Recommended: macOS 10.15.4+, Xcode 11.5+, iOS 11+, CocoaPods 1.11.0

Samples

Sample Name Description
HelloWorld This is a sample that illustrates the simplest way to recognize barcodes from video streaming with Dynamsoft Barcode Reader React Native SDK.

Quick Start

  1. Find the samples/hello-world folder and install dependencies via yarn or npm::

    yarn install 
    # or
    npm install 

    Note: For iOS, change the directory to samples/hello-world/ios and run pod install.

  2. Build and run the demo:

  • For Android:

    yarn android
    # or
    npx react-native run-android
  • For iOS:

    yarn ios
    # or
    npx react-native run-ios

    Note: Please don't run the application on the simulator because of the camera requirement.

Screenshots

License

Contact Us

https://www.dynamsoft.com/company/contact/