Skip to content

Commit

Permalink
dial meter has blue feedback stroke color now
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard committed Feb 14, 2020
1 parent 15f90cc commit 0f878dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example/RNExampleApp/config/DialMeterConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
"scanMode": "DIAL_METER"
}
},
"cutout": {
"cutoutConfig": {
"style": "rect",
"maxWidthPercent": "90%",
"maxHeightPercent": "90%",
Expand All @@ -54,10 +54,13 @@ export default {
"cornerRadius": 4,
"strokeColor": "FFFFFF",
"outerColor": "000000",
"outerAlpha": 0.3
"outerAlpha": 0.3,
"feedbackStrokeColor": "0099FF"
},
"scanFeedback": {
"style": "CONTOUR_RECT",
"strokeColor": "0099FF",
"fillColor": "220099FF",
"blinkOnResult": true,
"beepOnResult": true,
"vibrateOnResult": true
Expand Down

0 comments on commit 0f878dd

Please sign in to comment.