Skip to content

Commit 59a9d92

Browse files
authored
Update README.md
1 parent b14be58 commit 59a9d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { DeviceEventEmitter } from "react-native";
5050

5151
//Add it in componentWillMount or somewhere where it will get executed at the start of app
5252
DeviceEventEmitter.addListener('BarcodeScanerReceiver', function (map) {
53-
console.log('BarcodeScanerReceiver: ' + map.barkod_data);
53+
console.log('BarcodeScanerReceiver: ' + map.barcode_data);
5454
});
5555

5656
//Do not forget to remove the listener at componentWillUnmount

0 commit comments

Comments
 (0)