react-native-rectangle-doc-scanner 1.4.0 → 1.5.0
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.
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
#import <React/RCTUIManager.h>
|
|
3
3
|
#import <React/RCTViewManager.h>
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
// Swift bridging header not needed with @objc annotations in Swift files
|
|
6
|
+
// #import "react-native-rectangle-doc-scanner-Swift.h"
|
|
6
7
|
|
|
7
8
|
@interface RCT_EXTERN_MODULE(RNRDocScannerViewManager, RCTViewManager)
|
|
8
9
|
RCT_EXPORT_VIEW_PROPERTY(detectionCountBeforeCapture, NSNumber)
|