react-native-scanbot-barcode-scanner-sdk 4.0.4 → 4.2.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/Libraries.txt +85 -419
- package/RNScanbotBarcodeSDK.podspec +3 -3
- package/android/build.gradle +12 -13
- package/android/src/main/AndroidManifest.xml +2 -2
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkModule.kt +179 -0
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkPackage.kt +23 -0
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkPluginResultDelegate.kt +23 -0
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/components/barcodecameraview/ScanbotBarcodeCameraView.java +79 -70
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/extensions/JSONObject.kt +90 -0
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/extensions/ReadableMap.kt +53 -0
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/JSONUtils.kt +24 -0
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/ScanbotViewUtils.java +4 -0
- package/android/src/new-architecture/io/scanbot/barcodesdk/plugin/reactnative/components/barcodecameraview/ScanbotBarcodeCameraViewManager.java +0 -2
- package/index.d.ts +24 -29
- package/index.js +9 -2
- package/ios/Components/BarcodeCameraView/NewArchitecture/RTNScanbotBarcodeCameraView.h +0 -1
- package/ios/Components/BarcodeCameraView/NewArchitecture/RTNScanbotBarcodeCameraView.mm +120 -148
- package/ios/Components/BarcodeCameraView/OldArchitecture/RNScanbotBarcodeCameraView.h +0 -31
- package/ios/Components/BarcodeCameraView/OldArchitecture/RNScanbotBarcodeCameraView.mm +45 -158
- package/ios/Components/BarcodeCameraView/OldArchitecture/RNScanbotBarcodeCameraViewManager.mm +0 -1
- package/ios/ScanbotBarcodeSdk.h +1 -12
- package/ios/ScanbotBarcodeSdk.m +64 -489
- package/ios/ScanbotBarcodeSdkPluginResultDelegate.h +18 -0
- package/ios/ScanbotBarcodeSdkPluginResultDelegate.m +36 -0
- package/js/{RTNScanbotBarcodeCameraViewNativeComponent.tsx → RTNScanbotBarcodeCameraViewNativeComponent.ts} +7 -35
- package/package.json +5 -2
- package/src/components/barcode-camera-view/{scanbot-barcode-camera-view-types.tsx → scanbot-barcode-camera-view-types.ts} +57 -16
- package/src/components/barcode-camera-view/scanbot-barcode-camera-view.tsx +14 -4
- package/src/configurations.ts +374 -0
- package/src/customConfigurations.ts +97 -0
- package/src/customResults.ts +6 -0
- package/src/customTypes.ts +10 -0
- package/src/results.ts +38 -0
- package/src/types.ts +1355 -0
- package/android/.project +0 -34
- package/android/.settings/org.eclipse.buildship.core.prefs +0 -13
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/android/gradlew +0 -185
- package/android/gradlew.bat +0 -89
- package/android/src/main/java/com/reactlibrary/ScanbotBarcodeSdkModule.java +0 -19
- package/android/src/main/java/com/reactlibrary/ScanbotBarcodeSdkPackage.java +0 -38
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ObjectMapper.java +0 -166
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkConfiguration.java +0 -75
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkModule.java +0 -460
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkPackage.java +0 -36
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/StorageUtils.java +0 -108
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/barcode/ScanbotBarcodeDetectorAdditionalConfigBuilder.java +0 -37
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/barcode/ScanbotBarcodeDetectorConfigBuilder.java +0 -45
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/components/barcodecameraview/ScanbotBarcodeCameraViewConfiguration.java +0 -195
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/filters/ReactBarcodeExtensionsFilter.java +0 -59
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/JSONUtils.java +0 -440
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/LogUtils.java +0 -43
- package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/utils/ResponseUtils.java +0 -33
- package/android/src/main/res/drawable/ic_baseline_arrow_back_24.xml +0 -10
- package/android/src/main/res/values/attrs.xml +0 -5
- package/ios/Categories/SBSDKPolygon+JSON.h +0 -16
- package/ios/Categories/SBSDKPolygon+JSON.m +0 -21
- package/ios/Categories/UIColor+JSON.h +0 -14
- package/ios/Categories/UIColor+JSON.m +0 -61
- package/ios/ScanbotBarcodeSDKConfiguration.h +0 -15
- package/ios/ScanbotBarcodeSDKConfiguration.m +0 -13
- package/ios/ScanbotBarcodeSdk.xcodeproj/project.pbxproj +0 -271
- package/ios/ScanbotBarcodeSdk.xcworkspace/contents.xcworkspacedata +0 -7
- package/ios/ScanbotBarcodeSdk.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/SharedConfiguration.h +0 -18
- package/ios/SharedConfiguration.m +0 -20
- package/ios/Utils/BarcodeMapping.h +0 -336
- package/ios/Utils/HashUtils.h +0 -46
- package/ios/Utils/JSONMappings.h +0 -25
- package/ios/Utils/LoggingUtils.h +0 -23
- package/ios/Utils/ObjectMapper.h +0 -26
- package/ios/Utils/ObjectMapper.m +0 -143
- package/ios/Utils/ReactBarcodeExtensionsFilter.h +0 -22
- package/ios/Utils/ReactBarcodeExtensionsFilter.m +0 -55
- package/ios/Utils/ScanbotStorageUtils.h +0 -25
- package/ios/Utils/ScanbotStorageUtils.m +0 -111
- package/src/configuration.ts +0 -328
- package/src/enum.ts +0 -106
- package/src/model.ts +0 -104
- package/src/result.ts +0 -45
- /package/src/components/barcode-camera-view/{scanbot-native-barcode-camera-view.tsx → scanbot-native-barcode-camera-view.ts} +0 -0
package/LICENSE
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
All items and source code Copyright (c)
|
|
1
|
+
All items and source code Copyright (c) 2024 Scanbot SDK GmbH (https://scanbot.io).
|
|
2
2
|
|
|
3
3
|
Scanbot Document and Barcode Scanner SDK for React Native is a commercial
|
|
4
4
|
product and requires a license to be used in a production environment. It will
|