Skip to content

Commit 48c5c1b

Browse files
Added a missing capture property to the docs
1 parent 1a7f5aa commit 48c5c1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docs/js/api/components/Capture.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ A boolean showing an ActivityIndicator and disabling controls if true
107107

108108
A boolean disabling the submit button if true, inside Upload Center (picture quality check screen).
109109

110+
## submitButtonLabel
111+
`PropTypes.string`
112+
113+
The label of the submit button, by default is `Skip retaking`.
114+
110115
## navigationOptions
111116
```js
112117
PropTypes.shape({

0 commit comments

Comments
 (0)