react-native-scanbot-barcode-scanner-sdk 3.2.0-beta2 → 3.2.0-beta3
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.
|
@@ -37,7 +37,7 @@ static inline SBSDKBarcodeDocumentType* barcodeDocumentTypeFromString(NSString*
|
|
|
37
37
|
if ([string isEqualToString:@"DE_MEDICAL_PLAN"]) return SBSDKBarcodeDocumentTypeMedicalPlan;
|
|
38
38
|
if ([string isEqualToString:@"VCARD"]) return SBSDKBarcodeDocumentTypeVCard;
|
|
39
39
|
if ([string isEqualToString:@"SWISS_QR"]) return SBSDKBarcodeDocumentTypeSwissQR;
|
|
40
|
-
if ([string isEqualToString:@"GS1"]) return
|
|
40
|
+
if ([string isEqualToString:@"GS1"]) return SBSDKBarcodeDocumentTypeGS1;
|
|
41
41
|
return nil;
|
|
42
42
|
}
|
|
43
43
|
|
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": "3.2.0-
|
|
4
|
+
"version": "3.2.0-beta3",
|
|
5
5
|
"description": "React Native plugin for the Scanbot Barcode Scanner SDK on Android and iOS",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|