Skip to content

Commit 2f2529a

Browse files
authored
Merge pull request #7 from SocketMobile/1.4.23
updated logic for v1.4.23
2 parents f36e230 + 9772d6a commit 2f2529a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-capture 1.4.17
1+
# react-native-capture 1.4.23
22

33
This react native module allows a React Native application to use and control Socket Mobile wireless barcode scanners, NFC Reader/Writer, and Camera (iOS only) to capture and deliver data capture to such application.
44

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ const onCaptureEvent = (e) => {
6868
NativeCaptureModule.open = (host, notification) => {
6969
eventEmitter.addListener("onCaptureEvent", onCaptureEvent);
7070
NativeCaptureModule.onNotification = notification;
71-
console.log(NativeCaptureModule.onNotification);
72-
console.log("NativeCaptureModule.open callback: ", notification);
73-
console.log("NativeCaptureModule.open this: ", this);
7471
return NativeCaptureModule.openTransport(host).then(
7572
(result) => result.transport
7673
);

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-capture",
33
"title": "React Native Capture",
4-
"version": "1.4.17",
4+
"version": "1.4.23",
55
"description": "Socket Mobile CaptureSDK for React Native",
66
"main": "index.js",
77
"files": [
@@ -41,11 +41,11 @@
4141
"licenseFilename": "LICENSE",
4242
"readmeFilename": "README.md",
4343
"peerDependencies": {
44-
"react": "^17.0.2",
44+
"react": "^18.2.0",
4545
"react-native": ">=0.60.0-rc.0 <1.0.x"
4646
},
4747
"devDependencies": {
48-
"react": "^17.0.2",
48+
"react": "^18.2.0",
4949
"react-native": "^0.64.0"
5050
},
5151
"dependencies": {

0 commit comments

Comments
 (0)