Skip to content

Commit 7b86cb6

Browse files
authored
Fixes end of "Handling Text Input" to improve doc flow (facebook#4896)
1 parent 42f28d4 commit 7b86cb6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/handling-text-input.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ In this example, we store `text` in the state, because it changes over time.
4343

4444
There are a lot more things you might want to do with a text input. For example, you could validate the text inside while the user types. For more detailed examples, see the [React docs on controlled components](https://react.dev/reference/react-dom/components/input#controlling-an-input-with-a-state-variable), or the [reference docs for TextInput](textinput.md).
4545

46-
Text input is one of the ways the user interacts with the app. Next, let's look at another type of input and [learn how to handle touches](handling-touches.md).
46+
A `TextInput` is one of many ways for the user to interact with your app. For examples of other ways to handle input, see the documentation on [how to handle touches](handling-touches.md).
47+
48+
Now, let's take a look at [ScrollView](using-a-scrollview), another Core Component.

website/versioned_docs/version-0.82/handling-text-input.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ In this example, we store `text` in the state, because it changes over time.
4343

4444
There are a lot more things you might want to do with a text input. For example, you could validate the text inside while the user types. For more detailed examples, see the [React docs on controlled components](https://react.dev/reference/react-dom/components/input#controlling-an-input-with-a-state-variable), or the [reference docs for TextInput](textinput.md).
4545

46-
Text input is one of the ways the user interacts with the app. Next, let's look at another type of input and [learn how to handle touches](handling-touches.md).
46+
A `TextInput` is one of many ways for the user to interact with your app. For examples of other ways to handle input, see the documentation on [how to handle touches](handling-touches.md).
47+
48+
Now, let's take a look at [ScrollView](using-a-scrollview), another Core Component.

0 commit comments

Comments
 (0)