react-native-scanbot-barcode-scanner-sdk 3.2.0-beta4 → 3.2.0-beta5

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.
@@ -25,6 +25,8 @@ static inline SBSDKBarcodeType* barcodeTypeFromString(NSString* string) {
25
25
  if ([string isEqualToString:@"UPC_A"]) return SBSDKBarcodeTypeUPCA;
26
26
  if ([string isEqualToString:@"UPC_E"]) return SBSDKBarcodeTypeUPCE;
27
27
  if ([string isEqualToString:@"MSI_PLESSEY"]) return SBSDKBarcodeTypeMSIPlessey;
28
+ if ([string isEqualToString:@"RSS_14"]) return SBSDKBarcodeTypeRSS14;
29
+ if ([string isEqualToString:@"RSS_EXPANDED"]) return SBSDKBarcodeTypeRSSExpanded;
28
30
  return nil;
29
31
  }
30
32
 
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-beta4",
4
+ "version": "3.2.0-beta5",
5
5
  "description": "Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS",
6
6
  "main": "index.js",
7
7
  "files": [