Skip to content

Commit 39bdd3f

Browse files
author
build
committed
New version of React Native CaptureSDK
1 parent cbf4f73 commit 39bdd3f

26 files changed

Lines changed: 135 additions & 70 deletions

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
This file tracks released versions with the changes made to this project.
44

5+
## Version 1.5.124
6+
7+
### Improvements
8+
9+
- Updated `react-native` to support `v0.78.0`.
10+
- Updated `react` to support `v19.0.0`.
11+
- Updated the [iOS CaptureSDK](https://github.com/SocketMobile/cocoapods-capturesdk) to `v1.9.100`.
12+
13+
### Fixed
14+
15+
- Some mistakes in documentation have been fixed.
16+
- iOS native module doesn't include the new architecture directive flag anymore. [Github issue #10](https://github.com/SocketMobile/react-native-capture/issues/10).
17+
518
## Version 1.5.111
619

720
### New

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.111
1+
# React Natice CaptureSDK - Version 1.5.124
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

ios/Capturesdk.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11

2-
#ifdef RCT_NEW_ARCH_ENABLED
3-
#import "RNCaptureSdkSpec.h"
4-
5-
@interface CaptureSdk : NSObject <CaptureSdkSpec>
6-
#else
72
#import <React/RCTBridgeModule.h>
83
#import <React/RCTEventEmitter.h>
94

105
@interface CaptureSdk : RCTEventEmitter <RCTBridgeModule>
11-
#endif
126

137
@end

lib/commonjs/components/SocketCamView.js

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/commonjs/components/SocketCamView.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/commonjs/components/SocketCamViewContainer.js

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)