Skip to content

Commit b261fcc

Browse files
Update Readme and Changelog for 1.5.86
1 parent 5a9812a commit b261fcc

File tree

2 files changed

+442
-1
lines changed

2 files changed

+442
-1
lines changed

CHANGELOG.md

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

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

5+
## Version 1.5.86
6+
7+
### New
8+
9+
- Added the support of SocketCam C820 or SocketCam C860 custom sized view on Android and iOS that the developer can import from `react-native-capturesdk`.
10+
- Added the `SocketCamViewContainer` component that the developer can import from `react-native-capturesdk`.
11+
- `SocketCamViewContainer` handles much of the SocketCam logic, like starting the SocketCam extension on Android, checking whether or not SocketCam is enabled, and setting the trigger type based on a provided value.
12+
- Added the first iteration of `CaptureHelper` that the developer can import from `react-native-capturesdk`.
13+
- `CaptureHelper` contains useful functions related to SocketCam for the developer to use so they no longer have to build them from scratch.
14+
- For Android: added a template for providing your own custom view, which includes a layout file to serve as the layout container for `SocketCamFragment`, as well as other Kotlin files specific to the custom view's package, view manager, custom view itself and the associated custom view activity. You can read more about custom views [here](https://docs.socketmobile.com/react-native-capture/en/latest/socketCamCustom.html).
15+
- Updated documentation to include information related to `SocketCamViewContainer`, how to implement custom views for Android and iOS, `CaptureHelper`, and how to enable/disable a symbology.
16+
17+
### Improvements
18+
19+
- Removed any reference of/need for `NativeModules`, `DeviceEventEmitter`, getting whether or not SocketCam is enabled, or setting the SocketCam trigger from the example app.
20+
- Introduction of the`SocketCamViewContainer` component means the previous Native Module logic is now handled exclusively in the React Native CaptureSDK.
21+
522
## Version 1.5.64
623

724
### Fixed

0 commit comments

Comments
 (0)