Skip to content

Commit 8117bfa

Browse files
author
build
committed
New version of React Native CaptureSDK
1 parent 2c16465 commit 8117bfa

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Version 1.5.137
4+
5+
### Improvements
6+
7+
- Updated the [CaptureJS](https://github.com/SocketMobile/socketmobile-capturejs) to `v1.4.3`. Read more about the latest changes on [CaptureJS](https://github.com/SocketMobile/socketmobile-capturejs/releases/tag/1.4.3)
8+
9+
### Fixed
10+
11+
- The [issue #10](https://github.com/SocketMobile/react-native-capture/issues/10) has been fixed. The React Native CaptureSDK now supports fully the new architecture
12+
- The [issue #17](https://github.com/SocketMobile/react-native-capture/issues/17) has been fixed and our [Android SDK](https://github.com/SocketMobile/android-capturesdk) has been updated to support the 16Kb page
13+
314
## Version 1.5.134
415

516
### Improvements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Natice CaptureSDK - Version 1.5.134
1+
# React Natice CaptureSDK - Version 1.5.137
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 to capture and deliver data capture to such application.
44

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
implementation "com.facebook.react:react-native:+"
103103
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
104104
implementation "com.google.zxing:core:3.5.1"
105-
api "com.socketmobile:capture-socketcam:1.8.21"
105+
api "com.socketmobile:capture-socketcam:1.8.57"
106106

107107
// New Architecture (TurboModule) dependencies
108108
if (isNewArchitectureEnabled()) {

android/src/main/java/com/socketmobile/CaptureSdkModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class CaptureSdkModule(private val reactContext: ReactApplicationContext) :
3636

3737
inner class SocketCamExtensionEvent(var message: String, var status: Int)
3838

39-
@ReactMethod
4039
fun triggerEvent(ev: SocketCamExtensionEvent) {
4140
val eventData = WritableNativeMap()
4241
eventData.putString("message", ev.message)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-capture",
33
"title": "React Native CaptureSDK",
4-
"version": "1.5.134",
4+
"version": "1.5.137",
55
"description": "Socket Mobile CaptureSDK for React Native",
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
@@ -192,7 +192,7 @@
192192
]
193193
},
194194
"dependencies": {
195-
"socketmobile-capturejs": "^1.3.50"
195+
"socketmobile-capturejs": "^1.4.3"
196196
},
197197
"codegenConfig": {
198198
"name": "CaptureSdkSpec",

0 commit comments

Comments
 (0)