Skip to content

Commit e093a2e

Browse files
Update readme
1 parent 49f63e8 commit e093a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class YourComponent extends Component {
121121
| Prop | Platform | Default | Type | Description |
122122
| :-------------------------- | :------: | :-----: | :-------: | :---------------------------------------------------------------- |
123123
| overlayColor | Both | `none` | `string` | Color of the detected rectangle : rgba recommended |
124-
| detectionCountBeforeCapture | iOS | `5` | `integer` | Number of correct rectangle to detect before capture |
124+
| detectionCountBeforeCapture | Both | `5` | `integer` | Number of correct rectangle to detect before capture |
125125
| detectionRefreshRateInMS | iOS | `50` | `integer` | Time between two rectangle detection attempt |
126126
| enableTorch | Both | `false` | `bool` | Allows to active or deactivate flash during document detection |
127127
| useFrontCam | iOS | `false` | `bool` | Allows you to switch between front and back camera |

0 commit comments

Comments
 (0)