mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-08 18:23:13 +08:00
Add docs pages for basics: Dimensions and Layout
Summary: These pages should sufficiently give a beginner enough information to make most layouts in React Native. They should go after the basics-style page, whenever that is ready. Having a single page for Layout was too much, so I split it into two: Dimensions and Layout.   lacker Closes https://github.com/facebook/react-native/pull/8364 Differential Revision: D3477147 Pulled By: lacker fbshipit-source-id: 1ef31ac0a64e43166a7581b38fa8263282672eeb
This commit is contained in:
committed by
Facebook Github Bot
parent
267ccfb787
commit
6c5f532591
@@ -4,7 +4,7 @@ title: ListView
|
||||
layout: docs
|
||||
category: The Basics
|
||||
permalink: docs/basics-component-listview.html
|
||||
next: basics-network
|
||||
next: basics-dimensions
|
||||
---
|
||||
|
||||
On mobile devices, lists are a core element in many applications. The [`ListView`](/react-native/docs/listview.html#content) component is a special type of [`View`](/react-native/docs/basics-component-view.html) that displays a *vertically* scrolling list of changing, but similarly structured, data.
|
||||
|
||||
Reference in New Issue
Block a user