-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2772b64
commit 09f8301
Showing
10 changed files
with
79 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
export default { | ||
"options": { | ||
|
||
}, | ||
"cameraConfig":{ | ||
"captureResolution" : "720p", | ||
"zoomGesture": true | ||
}, | ||
"flashConfig" : { | ||
"mode": "manual", | ||
"alignment": "top_right" | ||
}, | ||
"viewPluginConfig" : { | ||
"pluginConfig" : { | ||
"id" : "Odometer", | ||
"odometerConfig" : { | ||
|
||
}, | ||
"cancelOnResult" : true | ||
}, | ||
"cutoutConfig" : { | ||
"style" : "rect", | ||
"alignment" : "top_half", | ||
"strokeWidth" : 2, | ||
"strokeColor" : "FFFFFF", | ||
"cornerRadius" : 4, | ||
"outerColor" : "000000", | ||
"outerAlpha" : 0.5, | ||
"feedbackStrokeColor" : "0099FF", | ||
"width": 550, | ||
"maxWidthPercent": "90%", | ||
"maxHeightPercent": "90%", | ||
"ratioFromSize": { | ||
"width": 3.75, | ||
"height": 1 | ||
}, | ||
"offset": { | ||
"x": 0, | ||
"y": 120 | ||
} | ||
}, | ||
"scanFeedbackConfig" : { | ||
"style" : "CONTOUR_RECT", | ||
"strokeColor" : "0099FF", | ||
"fillColor" : "220099FF", | ||
"blinkOnResult": true, | ||
"beepOnResult": true, | ||
"vibrateOnResult": true | ||
} | ||
} | ||
} |
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
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 +1,2 @@ | ||
android.useAndroidX=true | ||
android.useAndroidX=true | ||
org.gradle.jvmargs=-Xmx1536M --add-opens=java.base/java.io=ALL-UNNAMED |
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 |
---|---|---|
|
@@ -7,8 +7,7 @@ Pod::Spec.new do |s| | |
s.version = package["version"] | ||
s.summary = "anyline-ocr-react-native-module" | ||
s.authors = { | ||
'Aldrich Co' => '[email protected]', | ||
'Renato Neves' => '[email protected]', | ||
'Aldrich Co' => '[email protected]' | ||
} | ||
|
||
s.homepage = "https://github.com/Anyline/anyline-ocr-react-native-module" | ||
|
@@ -19,7 +18,7 @@ Pod::Spec.new do |s| | |
s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" } | ||
|
||
s.source_files = "*.{h,m}" | ||
s.dependency "Anyline", "~> 46" | ||
s.dependency "Anyline", "~> 48" | ||
s.dependency "React" | ||
|
||
end |
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