Skip to content

Commit 3f86142

Browse files
[EPIC-6541] Scanbot Barcode Scanner SDK v7.1.2 (#301)
* Update Scanbot SDK to v7.1.2-rc.1 (#300) * Updating to 7.1.2-rc.2 * v7.1.2 --------- Co-authored-by: Marko <marko@scanbot.io>
1 parent 8690e00 commit 3f86142

File tree

5 files changed

+56
-53
lines changed

5 files changed

+56
-53
lines changed

App.tsx

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import React, {useEffect} from 'react';
2-
import {ActivityIndicator, StyleSheet, View} from 'react-native';
3-
import {createNativeStackNavigator} from '@react-navigation/native-stack';
4-
import {NavigationContainer} from '@react-navigation/native';
1+
import React, { useEffect } from 'react';
2+
import { ActivityIndicator, StyleSheet, View } from 'react-native';
3+
import { createNativeStackNavigator } from '@react-navigation/native-stack';
4+
import { NavigationContainer } from '@react-navigation/native';
55
import {
66
ActivityIndicatorContext,
77
BarcodeDocumentFormatContext,
@@ -10,14 +10,14 @@ import {
1010
useBarcodeFormats,
1111
useLoading,
1212
} from '@context';
13-
import {COLORS, NavigationTheme} from '@theme';
14-
import {FILE_ENCRYPTION_ENABLED, Screens, ScreenTitles} from '@utils';
15-
import {BarcodeDocumentFormatsScreen} from './src/screens/BarcodeDocumentFormatsScreen';
16-
import {BarcodeCameraViewScreen} from './src/screens/BarcodeCameraViewScreen';
17-
import {BarcodeFormatsScreen} from './src/screens/BarcodeFormatsScreen';
18-
import {HomeScreen} from './src/screens/HomeScreen';
19-
import {ImageResultsScreen} from './src/screens/ImageResultsScreen';
20-
import {BarcodeResultsScreen} from './src/screens/BarcodeResultsScreen';
13+
import { COLORS, NavigationTheme } from '@theme';
14+
import { FILE_ENCRYPTION_ENABLED, Screens, ScreenTitles } from '@utils';
15+
import { BarcodeDocumentFormatsScreen } from './src/screens/BarcodeDocumentFormatsScreen';
16+
import { BarcodeCameraViewScreen } from './src/screens/BarcodeCameraViewScreen';
17+
import { BarcodeFormatsScreen } from './src/screens/BarcodeFormatsScreen';
18+
import { HomeScreen } from './src/screens/HomeScreen';
19+
import { ImageResultsScreen } from './src/screens/ImageResultsScreen';
20+
import { BarcodeResultsScreen } from './src/screens/BarcodeResultsScreen';
2121

2222
import ScanbotBarcodeSDK, {
2323
ScanbotBarcodeSdkConfiguration,
@@ -75,13 +75,14 @@ export default function App() {
7575
<View style={styles.container}>
7676
<BarcodeDocumentFormatContext.Provider value={barcodeDocumentFormatsValues}>
7777
<BarcodeFormatsContext.Provider value={barcodeFormatsValues}>
78-
<ActivityIndicatorContext.Provider value={{setLoading}}>
78+
<ActivityIndicatorContext.Provider value={{ setLoading }}>
7979
<NavigationContainer theme={NavigationTheme}>
8080
<Stack.Navigator
8181
screenOptions={navigation => ({
8282
title: ScreenTitles[navigation.route.name as Screens],
8383
headerBackTitleVisible: false,
84-
})}>
84+
})}
85+
>
8586
<Stack.Screen name={Screens.HOME} component={HomeScreen} />
8687
<Stack.Screen name={Screens.BARCODE_FORMATS} component={BarcodeFormatsScreen} />
8788
<Stack.Screen

Libraries.txt

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Open Source libraries used in the Scanbot Barcode SDK for React Native version 7.1.1
1+
Open Source libraries used in the Scanbot Barcode SDK for React Native version 7.1.2
22

3-
Open Source libraries used in ScanbotBarcodeScannerSDK for iOS version 7.1.2:
3+
Open Source libraries used in ScanbotBarcodeScannerSDK for iOS version 7.1.4:
44

55
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
66

@@ -3091,10 +3091,6 @@ Version 1.1.0
30913091

30923092

30933093

3094-
3095-
3096-
3097-
30983094
G8Tesseract
30993095
Copyright @ 2014 Daniele Galiotto. https://github.com/gali8/Tesseract-OCR-iOS
31003096
This library is distributed under the terms of a MIT License (https://github.com/gali8/Tesseract-OCR-iOS/blob/master/LICENSE.md).
@@ -3107,7 +3103,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
31073103

31083104
------------------------------------------------------------------------------------------------------------------------
31093105

3110-
Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 7.1.1
3106+
Open Source libraries used in the Scanbot Barcode Scanner SDK for Android version 7.1.2
31113107

31123108
CWAC-Camera
31133109

@@ -3280,7 +3276,29 @@ Unless required by applicable law or agreed to in writing, software
32803276
distributed under the License is distributed on an "AS IS" BASIS,
32813277
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32823278
See the License for the specific language governing permissions and
3283-
limitations under the License.+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
3279+
limitations under the License.
3280+
3281+
3282+
PdfiumAndroid
3283+
3284+
Version 103d5855f797af78a6f33f94cb306ef1c23b2290
3285+
(https://github.com/barteksc/PdfiumAndroid)
3286+
3287+
Original work Copyright 2015 Bekket McClane
3288+
Modified work Copyright 2016 Bartosz Schiller
3289+
3290+
Licensed under the Apache License, Version 2.0 (the "License");
3291+
you may not use this file except in compliance with the License.
3292+
You may obtain a copy of the License at
3293+
3294+
http://www.apache.org/licenses/LICENSE-2.0
3295+
3296+
Unless required by applicable law or agreed to in writing, software
3297+
distributed under the License is distributed on an "AS IS" BASIS,
3298+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3299+
See the License for the specific language governing permissions and
3300+
limitations under the License.
3301+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
32843302

32853303
Boost C++
32863304

ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,7 +2272,7 @@ PODS:
22722272
- SocketRocket
22732273
- RNFS (2.20.0):
22742274
- React-Core
2275-
- RNScanbotBarcodeSDK (7.1.1):
2275+
- RNScanbotBarcodeSDK (7.1.2):
22762276
- boost
22772277
- DoubleConversion
22782278
- fast_float
@@ -2299,7 +2299,7 @@ PODS:
22992299
- ReactCodegen
23002300
- ReactCommon/turbomodule/bridging
23012301
- ReactCommon/turbomodule/core
2302-
- ScanbotBarcodeSDKWrapper (= 7.1.2.0)
2302+
- ScanbotBarcodeSDKWrapper (= 7.1.4.0)
23032303
- SocketRocket
23042304
- Yoga
23052305
- RNScreens (4.11.1):
@@ -2363,9 +2363,9 @@ PODS:
23632363
- ReactCommon/turbomodule/core
23642364
- SocketRocket
23652365
- Yoga
2366-
- ScanbotBarcodeScannerSDK (7.1.2)
2367-
- ScanbotBarcodeSDKWrapper (7.1.2.0):
2368-
- ScanbotBarcodeScannerSDK (= 7.1.2)
2366+
- ScanbotBarcodeScannerSDK (7.1.4)
2367+
- ScanbotBarcodeSDKWrapper (7.1.4.0):
2368+
- ScanbotBarcodeScannerSDK (= 7.1.4)
23692369
- SocketRocket (0.7.1)
23702370
- Yoga (0.0.0)
23712371

@@ -2692,10 +2692,10 @@ SPEC CHECKSUMS:
26922692
ReactCodegen: b16d00d43b4e9dc44af53be171b17d93b4b20267
26932693
ReactCommon: 96684b90b235d6ae340d126141edd4563b7a446a
26942694
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
2695-
RNScanbotBarcodeSDK: 3308e34a26f32ae86c7fffec7d420c445ecfaf7c
2695+
RNScanbotBarcodeSDK: 6ae16d74d5e98cdfaa52907de3cf05792ff87852
26962696
RNScreens: 45a4564413205e2a1695d40bbc0297f6eefc9b74
2697-
ScanbotBarcodeScannerSDK: 55ba2ef913a5562243190df760b1dc8f8cc8dd58
2698-
ScanbotBarcodeSDKWrapper: 4a9b937644a197d2052437e6c419692bbb4be9db
2697+
ScanbotBarcodeScannerSDK: 763b4307353c249fa9d0eea69fb2a49df4f04889
2698+
ScanbotBarcodeSDKWrapper: 4a478864519ab5818e5bce9287dedcf1db9d96d6
26992699
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
27002700
Yoga: 703055a9f39562521cdb8657162dfd80f8c174c3
27012701

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ScanbotBarcodeExampleReact",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --terminal ./",
@@ -14,15 +14,14 @@
1414
},
1515
"dependencies": {
1616
"@react-native-documents/picker": "^10.1.5",
17-
"@react-native/new-app-screen": "0.80.1",
1817
"@react-navigation/native": "^6.1.17",
1918
"@react-navigation/native-stack": "^6.9.26",
2019
"react": "19.1.0",
2120
"react-native": "0.80.1",
2221
"react-native-fs": "^2.20.0",
2322
"react-native-image-picker": "^7.1.2",
2423
"react-native-safe-area-context": "^5.4.0",
25-
"react-native-scanbot-barcode-scanner-sdk": "7.1.1",
24+
"react-native-scanbot-barcode-scanner-sdk": "7.1.2",
2625
"react-native-screens": "^4.11.1"
2726
},
2827
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2248,20 +2248,6 @@ __metadata:
22482248
languageName: node
22492249
linkType: hard
22502250

2251-
"@react-native/new-app-screen@npm:0.80.1":
2252-
version: 0.80.1
2253-
resolution: "@react-native/new-app-screen@npm:0.80.1"
2254-
peerDependencies:
2255-
"@types/react": ^19.0.0
2256-
react: "*"
2257-
react-native: "*"
2258-
peerDependenciesMeta:
2259-
"@types/react":
2260-
optional: true
2261-
checksum: 7cab8f2e6887a753fe5eab954f1a23fbb0b63fa4ae9ae0e3932df857ed230bfa707b987022a14d378f674d509bf44366cd71722d81488f24797193eff68b6b73
2262-
languageName: node
2263-
linkType: hard
2264-
22652251
"@react-native/normalize-colors@npm:0.80.1":
22662252
version: 0.80.1
22672253
resolution: "@react-native/normalize-colors@npm:0.80.1"
@@ -2774,7 +2760,6 @@ __metadata:
27742760
"@react-native/babel-preset": 0.80.1
27752761
"@react-native/eslint-config": 0.80.1
27762762
"@react-native/metro-config": 0.80.1
2777-
"@react-native/new-app-screen": 0.80.1
27782763
"@react-native/typescript-config": 0.80.1
27792764
"@react-navigation/native": ^6.1.17
27802765
"@react-navigation/native-stack": ^6.9.26
@@ -2788,7 +2773,7 @@ __metadata:
27882773
react-native-fs: ^2.20.0
27892774
react-native-image-picker: ^7.1.2
27902775
react-native-safe-area-context: ^5.4.0
2791-
react-native-scanbot-barcode-scanner-sdk: 7.1.1
2776+
react-native-scanbot-barcode-scanner-sdk: 7.1.2
27922777
react-native-screens: ^4.11.1
27932778
typescript: 5.0.4
27942779
languageName: unknown
@@ -7352,15 +7337,15 @@ __metadata:
73527337
languageName: node
73537338
linkType: hard
73547339

7355-
"react-native-scanbot-barcode-scanner-sdk@npm:7.1.1":
7356-
version: 7.1.1
7357-
resolution: "react-native-scanbot-barcode-scanner-sdk@npm:7.1.1"
7340+
"react-native-scanbot-barcode-scanner-sdk@npm:7.1.2":
7341+
version: 7.1.2
7342+
resolution: "react-native-scanbot-barcode-scanner-sdk@npm:7.1.2"
73587343
dependencies:
73597344
"@expo/config-plugins": 11.0.7
73607345
peerDependencies:
73617346
react: "*"
73627347
react-native: ">=0.73"
7363-
checksum: c990ac5cfb319cb12ac91368e3650f2ecee7b7a8106e8524a863d9b46f5ab882f19fecc28773836fce839ff121f485220c9693bbb39b70c58986b15d636d7fd4
7348+
checksum: 770af52d649fc584a3968fedcedf21a5f8064922fd7bc7ed57362455f74b3a31ec4823790bd97acffb405fe15a873244b8ba2d3b5c00854f9487aab433c644e4
73647349
languageName: node
73657350
linkType: hard
73667351

0 commit comments

Comments
 (0)