Merge pull request #1097 from nrakochy/README/remove-ios-label-on-focus-change

Removed iOS label from on-focused-changed header
This commit is contained in:
Oscar Franco 2018-01-12 22:02:00 +01:00 committed by GitHub
commit b8061b46f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.