@dariyd/react-native-document-scanner 2.0.13 → 2.0.14

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.
@@ -7,9 +7,8 @@
7
7
 
8
8
  #ifdef RCT_NEW_ARCH_ENABLED
9
9
  #import <RNDocumentScannerSpec/RNDocumentScannerSpec.h>
10
- #endif
11
-
12
10
  using namespace facebook::react;
11
+ #endif
13
12
 
14
13
  @interface DocumentScanner ()
15
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dariyd/react-native-document-scanner",
3
3
  "title": "React Native Document Scanner",
4
- "version": "2.0.13",
4
+ "version": "2.0.14",
5
5
  "description": "React Native document scanner using VisionKit (iOS) and ML Kit (Android) with support for both old and new architecture",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",