Skip to content

Commit c0c8449

Browse files
markoScBMarko
andauthored
[SB-21536] V9.0.1 (#337)
* Update Scanbot SKD to v9.0.1-rc.1 * Update Scanbot SDK to v9.0.1 * Fix for rn-screens crash --------- Co-authored-by: Marko <marko@scanbot.io>
1 parent de2715f commit c0c8449

5 files changed

Lines changed: 15 additions & 10 deletions

File tree

Libraries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Open Source libraries used in the Scanbot Barcode SDK for React Native version 9.0.0
1+
Open Source libraries used in the Scanbot Barcode SDK for React Native version 9.0.1
22

33
Open Source libraries used in ScanbotBarcodeScannerSDK for iOS version 9.0.0:
44

android/app/src/main/java/io/scanbot/example/sdk/barcode/reactnative/MainActivity.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import com.facebook.react.ReactActivity
44
import com.facebook.react.ReactActivityDelegate
55
import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.fabricEnabled
66
import com.facebook.react.defaults.DefaultReactActivityDelegate
7+
import android.os.Bundle
78

89
class MainActivity : ReactActivity() {
910

@@ -19,4 +20,8 @@ class MainActivity : ReactActivity() {
1920
*/
2021
override fun createReactActivityDelegate(): ReactActivityDelegate =
2122
DefaultReactActivityDelegate(this, mainComponentName, fabricEnabled)
23+
24+
override fun onCreate(savedInstanceState: Bundle?) {
25+
super.onCreate(null)
26+
}
2227
}

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ PODS:
23982398
- SocketRocket
23992399
- RNFS (2.20.0):
24002400
- React-Core
2401-
- RNScanbotBarcodeSDK (9.0.0):
2401+
- RNScanbotBarcodeSDK (9.0.1):
24022402
- boost
24032403
- DoubleConversion
24042404
- fast_float
@@ -2811,7 +2811,7 @@ SPEC CHECKSUMS:
28112811
ReactCodegen: 58dc2eb138a27145826ad7d5568610159dfcadee
28122812
ReactCommon: 00df7b9f859c9d02181844255bb89a8bca544374
28132813
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
2814-
RNScanbotBarcodeSDK: 2c7b42d68b2b77bba66d2e4952fdb50d6f280b90
2814+
RNScanbotBarcodeSDK: 1dcd880a25b1fe452ebad21f44a01179d609b5d5
28152815
RNScreens: 74985ca8e102294a60cec7513fa84c936fa0b20b
28162816
ScanbotBarcodeScannerSDK: e592c50cffe2f85a514f4e69413bc62f30a0b23b
28172817
ScanbotBarcodeSDKNativeWrapper: 78d4e4ac76a0129ee9dcc8f8bf69d03ebefdf977

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ScanbotBarcodeExampleReact",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android --terminal ./",
@@ -21,7 +21,7 @@
2121
"react-native-fs": "^2.20.0",
2222
"react-native-image-picker": "^7.1.2",
2323
"react-native-safe-area-context": "^5.6.1",
24-
"react-native-scanbot-barcode-scanner-sdk": "9.0.0",
24+
"react-native-scanbot-barcode-scanner-sdk": "9.0.1",
2525
"react-native-screens": "4.16.0"
2626
},
2727
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,7 +2755,7 @@ __metadata:
27552755
react-native-fs: "npm:^2.20.0"
27562756
react-native-image-picker: "npm:^7.1.2"
27572757
react-native-safe-area-context: "npm:^5.6.1"
2758-
react-native-scanbot-barcode-scanner-sdk: "npm:9.0.0"
2758+
react-native-scanbot-barcode-scanner-sdk: "npm:9.0.1"
27592759
react-native-screens: "npm:4.16.0"
27602760
typescript: "npm:^5.8.3"
27612761
languageName: unknown
@@ -7125,15 +7125,15 @@ __metadata:
71257125
languageName: node
71267126
linkType: hard
71277127

7128-
"react-native-scanbot-barcode-scanner-sdk@npm:9.0.0":
7129-
version: 9.0.0
7130-
resolution: "react-native-scanbot-barcode-scanner-sdk@npm:9.0.0"
7128+
"react-native-scanbot-barcode-scanner-sdk@npm:9.0.1":
7129+
version: 9.0.1
7130+
resolution: "react-native-scanbot-barcode-scanner-sdk@npm:9.0.1"
71317131
dependencies:
71327132
"@expo/config-plugins": "npm:11.0.7"
71337133
peerDependencies:
71347134
react: "*"
71357135
react-native: ">=0.73"
7136-
checksum: 10/40486d381331fab48dd6620e6646bfa1fff5eb68651d1f70835ca6690735104556b6a86622bd51addf6017ca02f587f15dccb72329c79cb1e61bb4bc40101967
7136+
checksum: 10/605ac170caf60120aee00a5b4b1230b254d8dfbfb6636a466aa430551b468dee9a7342bc221fb0158663631786b1f62eefb81add40962c9a9c5ab58dc1e157c3
71377137
languageName: node
71387138
linkType: hard
71397139

0 commit comments

Comments
 (0)