$ npm install react-native-pda-scan --save
$ react-native link react-native-pda-scan
- SEUIC(小码哥)-PDA
- IData(盈达聚力)-PDA
- UROVO(优博讯)-PDA
- HONEYWELL(霍尼韦尔)-PDA
- PL(攀凌)-PDA
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",
});