mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 03:50:11 +08:00
New Handling Touches Tutorial
Summary: Finally, a place where `Button` is properly introduced. This is based on the old Handling Touches guide, which has been simplified (with some content moved over to the scroll views tutorial). I've also updated the ordering of the guides into something that makes more sense to someone just getting started with React Native. Closes https://github.com/facebook/react-native/pull/14371 Differential Revision: D5201127 Pulled By: hramos fbshipit-source-id: 819192e2db9febb8a315f51693dae557752b6002
This commit is contained in:
committed by
Facebook Github Bot
parent
81c2f3b189
commit
f42f2dff37
@@ -4,7 +4,7 @@ title: Direct Manipulation
|
||||
layout: docs
|
||||
category: Guides
|
||||
permalink: docs/direct-manipulation.html
|
||||
next: performance
|
||||
next: colors
|
||||
previous: javascript-environment
|
||||
---
|
||||
|
||||
@@ -267,4 +267,3 @@ Requests focus for the given input or view. The exact behavior triggered will de
|
||||
### blur()
|
||||
|
||||
Removes focus from an input or view. This is the opposite of `focus()`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user