-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade 'vision-camera-code-scanner'.
- Loading branch information
Showing
6 changed files
with
27 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
diff --git a/node_modules/react-native-vision-camera/ios/CameraError.swift b/node_modules/react-native-vision-camera/ios/CameraError.swift | ||
index 056bf13..74d1443 100644 | ||
--- a/node_modules/react-native-vision-camera/ios/CameraError.swift | ||
+++ b/node_modules/react-native-vision-camera/ios/CameraError.swift | ||
@@ -261,7 +261,7 @@ enum CameraError: Error { | ||
case format(_ id: FormatError) | ||
case session(_ id: SessionError) | ||
case capture(_ id: CaptureError) | ||
- case system(_ id: SystemError) | ||
+ // case system(_ id: SystemError) | ||
case unknown(message: String? = nil) | ||
|
||
var code: String { | ||
diff --git a/node_modules/react-native-vision-camera/VisionCamera.podspec b/node_modules/react-native-vision-camera/VisionCamera.podspec | ||
index 739478f..0dd4951 100644 | ||
--- a/node_modules/react-native-vision-camera/VisionCamera.podspec | ||
+++ b/node_modules/react-native-vision-camera/VisionCamera.podspec | ||
@@ -43,6 +43,7 @@ Pod::Spec.new do |s| | ||
# All source files that should be publicly visible | ||
# Note how this does not include headers, since those can nameclash. | ||
s.source_files = [ | ||
+ "VisionCamera.h", | ||
"ios/**/*.{m,mm,swift}", | ||
"ios/CameraBridge.h", | ||
"ios/Skia Render Layer/PreviewSkiaView.h", |
Binary file renamed
BIN
+99.1 KB
vision-camera-code-scanner-0.2.1-rc.0.tgz → vision-camera-code-scanner-0.2.1-rc.1.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters