Skip to content

doublechaintech/react-native-pda-scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Philip Zhang
Feb 7, 2024
96d6628 · Feb 7, 2024

History

18 Commits
Feb 7, 2024
Sep 24, 2020
Feb 7, 2024
Sep 24, 2020
Sep 24, 2020
Sep 24, 2020
Feb 4, 2021
Sep 24, 2020
Sep 24, 2020
Sep 24, 2020
Sep 24, 2020

Repository files navigation

react-native-pda-scan

Getting started

$ npm install react-native-pda-scan --save

Mostly automatic installation

$ react-native link react-native-pda-scan

Supported

  • SEUIC(小码哥)-PDA
  • IData(盈达聚力)-PDA
  • UROVO(优博讯)-PDA
  • HONEYWELL(霍尼韦尔)-PDA
  • PL(攀凌)-PDA

Usage

import usePdaScan from "react-native-pda-scan";
usePdaScan({
    onEvent(e) {
        console.log(333);
        console.log(e);
    },
    onError(e) {
        console.log(666);
        console.log(e);
    },
    trigger: "always",
  });

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.8%
  • TypeScript 16.2%