We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14be58 commit 59a9d92Copy full SHA for 59a9d92
README.md
@@ -50,7 +50,7 @@ import { DeviceEventEmitter } from "react-native";
50
51
//Add it in componentWillMount or somewhere where it will get executed at the start of app
52
DeviceEventEmitter.addListener('BarcodeScanerReceiver', function (map) {
53
- console.log('BarcodeScanerReceiver: ' + map.barkod_data);
+ console.log('BarcodeScanerReceiver: ' + map.barcode_data);
54
});
55
56
//Do not forget to remove the listener at componentWillUnmount
0 commit comments