From 8ddef0ee026e6f016285201e7b6dbaf3b6eb50ea Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 12 Feb 2019 17:01:49 +0000 Subject: [PATCH] Deploy website Deploy website version based on 3734557449997ab4ba43612c0b764abae01479a7 --- docs/next/textinput.html | 2 +- docs/next/textinput/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/textinput.html b/docs/next/textinput.html index 6a6c5aafb90..d06eb457299 100644 --- a/docs/next/textinput.html +++ b/docs/next/textinput.html @@ -608,7 +608,7 @@ AppRegistry.registerComponent(

onSubmitEditing

-

Callback that is called when the text input's submit button is pressed. Invalid if multiline={true} is specified.

+

Callback that is called when the text input's submit button is pressed with the argument {nativeEvent: {text, eventCount, target}}. Invalid if multiline={true} is specified.

diff --git a/docs/next/textinput/index.html b/docs/next/textinput/index.html index 6a6c5aafb90..d06eb457299 100644 --- a/docs/next/textinput/index.html +++ b/docs/next/textinput/index.html @@ -608,7 +608,7 @@ AppRegistry.registerComponent(
TypeRequired

onSubmitEditing

-

Callback that is called when the text input's submit button is pressed. Invalid if multiline={true} is specified.

+

Callback that is called when the text input's submit button is pressed with the argument {nativeEvent: {text, eventCount, target}}. Invalid if multiline={true} is specified.

TypeRequired