mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add ScrollView to Basics docs
Summary: Add basic information about the generic `ScrollView` -- talk a bit about how it renders elements and a quick compare against something like a `ListView`. Provide a simple example. Fixes #8261 Closes https://github.com/facebook/react-native/pull/8266 Differential Revision: D3465105 Pulled By: JoelMarcey fbshipit-source-id: 3a2e1eac6e877669763fc6b8bb0fc78ebe870ab1
This commit is contained in:
committed by
Facebook Github Bot 7
parent
b0dbb4210f
commit
6668cd2129
@@ -4,7 +4,7 @@ title: TextInput
|
||||
layout: docs
|
||||
category: Basics
|
||||
permalink: docs/basics-component-textinput.html
|
||||
next: basics-component-listview
|
||||
next: basics-component-scrollview
|
||||
---
|
||||
|
||||
Direct text-based user input is a foundation for many apps. Writing a post or comment on a page is a canonical example of this. [`TextInput`](/react-native/docs/textinput.html#content) is a basic component that allows the user to enter text.
|
||||
|
||||
Reference in New Issue
Block a user