From 60d979cb3fd1d12e2e5a7012bcee28f741a5ded1 Mon Sep 17 00:00:00 2001 From: nrakochy Date: Fri, 12 Jan 2018 14:49:23 -0600 Subject: [PATCH] Removed iOS label from on-focused-changed header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fdd732..bc431cb 100644 --- a/README.md +++ b/README.md @@ -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.