react-native-scanbot-barcode-scanner-sdk 7.0.0 → 7.0.1
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/Libraries.txt
CHANGED
package/android/src/main/java/io/scanbot/barcodesdk/plugin/reactnative/ScanbotBarcodeSdkModule.kt
CHANGED
|
@@ -221,7 +221,7 @@ class ScanbotBarcodeSdkModule(reactContext: ReactApplicationContext) :
|
|
|
221
221
|
SBBRtuUi.onActivityResult(requestCode, resultCode, intent)
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
override fun onNewIntent(intent: Intent
|
|
224
|
+
override fun onNewIntent(intent: Intent) {
|
|
225
225
|
// NO-OP
|
|
226
226
|
}
|
|
227
227
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-scanbot-barcode-scanner-sdk",
|
|
3
3
|
"title": "Scanbot Barcode Scanner SDK for React Native",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.1",
|
|
5
5
|
"description": "Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS",
|
|
6
6
|
"main": "lib/commonjs/index",
|
|
7
7
|
"module": "lib/module/index",
|