Removed iOS label from on-focused-changed header

This commit is contained in:
nrakochy 2018-01-12 14:49:23 -06:00
parent 19d024507c
commit 60d979cb3f

View File

@ -308,7 +308,7 @@ Values:
Use the `torchMode` property to specify the camera torch mode.
#### `iOS` `onFocusChanged: Event { nativeEvent: { touchPoint: { x, y } }`
#### `onFocusChanged: Event { nativeEvent: { touchPoint: { x, y } }`
iOS: Called when a touch focus gesture has been made.
By default, `onFocusChanged` is not defined and tap-to-focus is disabled.