Skip to content

Commit

Permalink
removed manual capture button from Config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslaux committed Sep 18, 2018
1 parent f7dd959 commit bb5ff36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions example/RNExampleApp/config/DocumentConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ export default {
"ratio" : {
"ratios" : [0.707, 1.41, 1.58, 0.633, 1.296, 0.772, 0.704],
"deviation" : 0.15
},
manualCaptureButton: {
text: "Scan!",
textSize: 5,
textColor: "FF0000",
buttonColor: "000000",
width: 200,
height: 100
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-RNExampleApp/Pods-RNExampleApp-resources.sh",
"${PODS_ROOT}/Anyline/AnylineSDK_iOS_3.27.0/Framework/AnylineResources.bundle",
"${PODS_ROOT}/Anyline/AnylineSDK_iOS_3.27.1/Framework/AnylineResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
Expand Down

0 comments on commit bb5ff36

Please sign in to comment.