Skip to content

Dynamsoft-Henry/barcode-reader-react-native-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published